Element | control/localcontrol |
<xs:complexType name="localcontrol"> <xs:sequence> <xs:element name="term" type="term" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="datesingle" type="datesingle"/> <xs:element name="daterange" type="daterange"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="encodinganalog" type="xs:token"/> <xs:attribute name="localtype" type="xs:token"/> </xs:complexType> |