Uses the Component:AdditionalMediaType
The Additional Media component is used to identify items such as pdf documents, flash, etc.
Table 6.122. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| MediaSourceURI | 
                         Location where media is hosted.  | 1..1 | Field | qdt:URIType | |
| MediaWidthNumeric | 
                         Image width in pixels.  | 0..1 | Field | udt:NumericType | |
| MediaHeightNumeric | 
                         Image height in pixels.  | 0..1 | Field | udt:NumericType | |
| MediaAlternateText | 
                         Media alternate text.  | 0..* | Field | udt:TextType | |
| MediaAttachmentTitle | 
                         The title of the media being attached.  | 0..1 | Field | udt:TextType | |
| MediaTypeString | 
                         Identifies the Media type, i.e. Video / PDF Brochure, PDF Performance Review etc.  | 0..1 | Field | qdt:StringType | |
| MediaSubTypeString | 
                         Exteds MediaTypeString so the types can be displayed correctly on websites  | 0..1 | Field | qdt:StringType | |
| MediaFileSizeMeasure | 
                         The size of the media file.  | 0..1 | Field | sqdt:ComputerStorageMeasureType | |
| MediaLastModifiedDateTime | 
                         The date and time the media file was last modified.  | 0..1 | Field | udt:DateTimeType | |
| UsagePreference | 
                         Identifies usage preference.  | 0..1 | Component | PreferenceABIEType | |
| MediaThumbURI | 
                         A URI that identifies where a thumbnail of a image of the media may be found.  | 0..1 | Field | qdt:URIType | |
| EmbeddedData | 
                         Embedded data witin a BOD  | 0..1 | Component | EmbeddedDataType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.122. AdditionalMedia
<AdditionalMedia>
     <MediaSourceURI>......</MediaSourceURI>     [1..1]
     <MediaWidthNumeric>......</MediaWidthNumeric>     [0..1]
     <MediaHeightNumeric>......</MediaHeightNumeric>     [0..1]
     <MediaAlternateText>......</MediaAlternateText>     [0..*]
     <MediaAttachmentTitle>......</MediaAttachmentTitle>     [0..1]
     <MediaTypeString>......</MediaTypeString>     [0..1]
     <MediaSubTypeString>......</MediaSubTypeString>     [0..1]
     <MediaFileSizeMeasure>......</MediaFileSizeMeasure>     [0..1]
     <MediaLastModifiedDateTime>......</MediaLastModifiedDateTime>     [0..1]
     <UsagePreference>......</UsagePreference>     [0..1]
     <MediaThumbURI>......</MediaThumbURI>     [0..1]
     <EmbeddedData>......</EmbeddedData>     [0..1]
</AdditionalMedia>