<xs:attributeGroup name="MultimediaItemGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specific information about a multimedia item.</xs:documentation>
</xs:annotation>
<xs:attribute name="Language" type="xs:language" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the language of the multimedia item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Format" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The code associated with the format of the multimedia item.
Refer to OTA code list Content Format Code (CFC)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FileSize" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The size of the multimedia file in bytes.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FileName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name of the multimedia file.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|