type

Attribute Information

Used By

Element media

Source

<xs:attribute name="type">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="gif"/>
      <xs:enumeration value="jpeg"/>
      <xs:enumeration value="tif"/>
      <xs:enumeration value="bmp"/>
      <xs:enumeration value="png"/>
      <xs:enumeration value="wav"/>
      <xs:enumeration value="wma"/>
      <xs:enumeration value="wmv"/>
      <xs:enumeration value="mp3"/>
      <xs:enumeration value="unknown"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample