[Home] [By Thread] [By Date] [Recent Entries]

  • From: cmarchand@o...
  • To: xml-dev@l...
  • Date: Thu, 09 Mar 2017 10:07:36 +0100

Hello,

I have a complexType definition, Foe.

In another complexType, I want to allow any child element, but require that each child element is valid against Foe definition.

Something like :

<xs:complexType name="Foe">
<xs:attribute name="start" type="xs:positiveInteger" use="required"/>
<xs:attribute name="end" type="xs:positiveInteger" use="required"/>
<xs:assert test="@end ge @start">
</xs:complexType>

<xs:complexType name="parent">
<xs:sequence>
<xs:any type="Foe"/>
</xs:sequence>
</xs:complexType>

How can I do this ?

Thanks,
Christophe


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member