mpeg7:UniqueIDType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
authority NMTOKEN optional
encoding restriction of string text optional
organization NMTOKEN optional
type NMTOKEN URI optional

Used By

Source

<complexType name="UniqueIDType">
  <simpleContent>
    <extension base="string">
      <attribute name="type" type="NMTOKEN" use="optional" default="URI"/>
      <attribute name="organization" type="NMTOKEN" use="optional"/>
      <attribute name="authority" type="NMTOKEN" use="optional"/>
      <attribute name="encoding" use="optional" default="text">
        <simpleType>
          <restriction base="string">
            <enumeration value="text"/>
            <enumeration value="base16"/>
            <enumeration value="base64"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>