-
newbie question about xml schema (1 messages)
- Posted by: zhebin cong
- Posted on: April 11 2008 06:02 EDT
hi all i am new to xml schema,in my xml file, i have following element in my schema, i want to restrict the value of format attribute to either "XML" or "TEXT", who can tell me how to declare that? ThanksThreaded Messages (1)
- Re: newbie question about xml schema by ravi geda on April 14 2008 06:05 EDT
-
Re: newbie question about xml schema[ Go to top ]
- Posted by: ravi geda
- Posted on: April 14 2008 06:05 EDT
- in response to zhebin cong
your schema validator(xsd or dtd) for the xml must look something like this. the exact syntax might not be correct though.