<xs:complexType name="scopecontent"> <xs:sequence> <xs:element name="head" type="head" minOccurs="0"/> <xs:choice maxOccurs="unbounded"> <xs:group ref="m.blocks"/> <xs:element name="scopecontent" type="scopecontent"/> </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> |