![]() |
distinct multiple choice in xml schema
Hi there,
I am looking everywhere to find a solution where I can add a type in xml schema that will restrict the xml author to select multiple options from a list without repeating 1 option more than once. Do you have a solution? Thanks a lot, David |
Re: distinct multiple choice in xml schema
zonsh <david.zonsh@gmail.com> wrote in <1194207420.752607.244640@22g2000hsm.googlegroups. com>: > I am looking everywhere to find a solution where I can add > a type in xml schema that will restrict the xml author to > select multiple options from a list without repeating 1 > option more than once. <xs:complexType name="foobarType"> <xs:sequence> <xs:element name="foo" minOccurs="0" maxOccurs="1"/> <xs:element name="bar" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> -- "I can't help but wonder if you... don't know a hell of a lot more about practically every subject than Solomon ever did." |
| All times are GMT. The time now is 06:08 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.