langmaterial

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
encodinganalog xs:token optional
id xs:ID optional
label xs:string optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional

Used By

Source

<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>