<xs:complexType name="controlaccess"> <xs:sequence> <xs:element name="head" type="head" minOccurs="0"/> <xs:choice maxOccurs="unbounded"> <xs:group ref="m.blocks"/> <xs:group ref="m.access"/> <xs:element name="controlaccess" type="controlaccess"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="localtype" type="xs:token"/> <xs:attribute name="encodinganalog" type="xs:token"/> </xs:complexType> |