encoding

The encoding element contains information about who did the digital encoding, when, with what software, and in what aspects. Standard type values for the encoder element are music, words, and arrangement, but other types may be used. The type attribute is only needed when there are multiple encoder elements.

Complex Type Information

Model

Used By

Source

<xs:complexType name="encoding">
  <xs:annotation>
    <xs:documentation>The encoding element contains information about who did the digital encoding, when, with what software, and in what aspects. Standard type values for the encoder element are music, words, and arrangement, but other types may be used. The type attribute is only needed when there are multiple encoder elements.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="encoding-date" type="yyyy-mm-dd"/>
    <xs:element name="encoder" type="typed-text"/>
    <xs:element name="software" type="xs:string"/>
    <xs:element name="encoding-description" type="xs:string"/>
    <xs:element name="supports" type="supports"/>
  </xs:choice>
</xs:complexType>