<xs:complexType name="dateset"> <xs:sequence> <xs:choice> <xs:element name="datesingle" type="datesingle"/> <xs:element name="daterange" type="daterange"/> </xs:choice> <xs:choice maxOccurs="unbounded"> <xs:element name="datesingle" type="datesingle"/> <xs:element name="daterange" type="daterange"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="localtype" type="xs:token"/> </xs:complexType> |