Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - XML-Schema: Is there a way to make different type elements(each type has more than one Element) present in random order? [Thread Next] Re: XML-Schema: Is there a way to make different type elements(each type has more than one Element) present in random order?To: NULL Date: 1/5/2007 4:23:00 PM I found a way: use <group> as following: <xs:complexType name="testType"> <xs:choice> <xs:group ref="testGroup" maxOccurs="unbounded" minOccurs="0" /> </xs:choice> </xs:complexType> <xs:group name="testGroup"> <xs:choice> <xs:element name="element1" /> <xs:element name="element2" /> </xs:choice> </xs:group> -- "Aray" <1@2...> дÈëÏûÏ¢ news:enkti9$c25$1@n...... > There were some different type elements. each of the type has arbitary > amount of Elements, and all those Elements is in ramdon order, How Can I > write the Schema file? > | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
