Element | langmaterial/languageset |
<xs:complexType name="languageset"> <xs:sequence> <xs:element name="language" type="language" maxOccurs="unbounded"/> <xs:element name="script" type="script" maxOccurs="unbounded"/> <xs:element name="descriptivenote" type="descriptivenote" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="am.common"/> <xs:attribute name="encodinganalog" type="xs:token"/> </xs:complexType> |