<xs:simpleType name="MediaRoleCodeType">
<xs:annotation>
<xs:documentation>xxxLookup for correct roles</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Bullet"/>
<xs:enumeration value="Diaporama"/>
<xs:enumeration value="Document"/>
<xs:enumeration value="Flag"/>
<xs:enumeration value="Icon"/>
<xs:enumeration value="Image"/>
<xs:enumeration value="Logo"/>
<xs:enumeration value="Map"/>
<xs:enumeration value="Panorama"/>
<xs:enumeration value="Photo"/>
<xs:enumeration value="Site"/>
<xs:enumeration value="Sound"/>
<xs:enumeration value="Video"/>
<xs:enumeration value="Vignette"/>
<xs:enumeration value="VirtualVisit"/>
<xs:enumeration value="Zoom"/>
</xs:restriction>
</xs:simpleType> |