<xs:element name="icon">
<xs:annotation>
<xs:documentation>An iconic visual identification of the content</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="targetResourceAttributes" />
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="rendition" type="QCodeType">
<xs:annotation>
<xs:documentation>Identifies the rendition of the target resource - expressed by a QCode. If the target resource is an item providing multiple renditions then this attribute is used to identify the rendition to be used.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="renditionuri" type="IRIType">
<xs:annotation>
<xs:documentation>Identifies the rendition of the target resource - expressed by a URI. If the target resource is an item providing multiple renditions then this attribute is used to identify the rendition to be used.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="mediaContentCharacteristics1" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|