<xs:complexType name="daterange"> <xs:sequence> <xs:element name="fromdate" type="fromdate" minOccurs="0"/> <xs:element name="todate" type="todate" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="localtype" type="xs:token"/> </xs:complexType> |