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.
<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.
Comment