<xs:complexType name="ImageItemType">
<xs:annotation>
<xs:documentation xml:lang="en">Details for an image of a given category. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="URL" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">URL of the multimedia item for a specific format. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The unit of measure for the image item. Refer to OTA code list Unit of Measure (UOM).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Width" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The width of the image item (unit specified by unit of measure).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Height" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The height of the image item (unit specified by unit of measure).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|