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