How can I do this in a Schema?
Posted: Fri May 26, 2006 6:50 pm
Hi all,
I have a question about how to create a schema that will validate this format.
I have a file that used to have a format like this.
element type 1
element type 2
element type 2
element type 2
element type 3
element type 3
element type 3
element type 3
It has been changed to this format.
element type 1
element type 2
element type 3
element type 3
element type 2
element type 3
element type 3
element type 2
element type 3
I have a schema that works for the former format. I haven't been able to figure out how to get one to validate the new format.
Could someone please point me in a direction to help figure it out?
Thanks much,
Doug
I have a question about how to create a schema that will validate this format.
I have a file that used to have a format like this.
element type 1
element type 2
element type 2
element type 2
element type 3
element type 3
element type 3
element type 3
It has been changed to this format.
element type 1
element type 2
element type 3
element type 3
element type 2
element type 3
element type 3
element type 2
element type 3
I have a schema that works for the former format. I haven't been able to figure out how to get one to validate the new format.
Could someone please point me in a direction to help figure it out?
Thanks much,
Doug