SQL Schema

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JSQL
    New Member
    • Sep 2008
    • 1

    #1

    SQL Schema

    I need to make an xml schema that does the following

    <PointOrder x=1 y= 1>1</PointOrder>
    <PointOrder x=3 y= 1>2</PointOrder>
    <PointOrder x=7 y= 1>3</PointOrder>

    I have been trying to make this schema and I am drawing a blank. Any help would be great.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    this is a simple type element with attributes. if your code goes bonkers, let me have a look at it, maybe I can spot the error.

    regards

    Comment

    Working...