<xs:complexType name="MultimediaDescriptionType">
<xs:annotation>
<xs:documentation xml:lang="en">Describes multimedia item(s).</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0">
<xs:element name="VideoItems" type="VideoItemsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of video items. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImageItems" type="ImageItemsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of image items.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TextItems" type="TextItemsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of text items. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute name="InfoCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to designate a particular type of description such as marketing. Refer to OTA Code List Information Type (INF).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AdditionalDetailCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to designate a particular type of additional information. Refer to OTA Code List Additional Detail Type (ADT).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ID_OptionalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="LastUpdated" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time when the multimedia information was last updated.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Version" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The version of the content, typically in the form of "1" or "2.3." </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|