Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Enum Tuple in XSD? >Thread Next - Re: Enum Tuple in XSD? Re: Enum Tuple in XSD?To: NULL Date: 7/3/2008 3:49:00 PM
Martin Eckart wrote:
> Would be fine to define an extra type since I don't expect those tuples ever
> changing.
> Can you quickly guide me how to do?
>>> Now I want to combine those two lists and allow only certain combinations
>>> e.g. "A min", "A sec", "B hrs", "C min". Is there any possibility to
>>> achieve that in a Schema?
I am not sure I understood you correctly.
Why can't you define
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="A min"/>
<xs:enumeration value="A sec"/>
<xs:enumeration value="B hrs"/>
<xs:enumeration value="C min"/>
</xs:restriction>
</xs:simpleType
? That is what I had in mind. As I said, it does not reuse the other two
types, it simply defines a new one with the values you described above.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
