<xsd:complexType name="AdditionalMediaType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The Additional Media component is used to identify items such as
pdf documents, flash, etc.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="MediaSourceURI" type="qdt:URIType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Location where media is hosted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaWidthNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Image width in pixels.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaHeightNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Image height in pixels.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="MediaAlternateText" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Media alternate text.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaAttachmentTitle" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The title of the media being attached.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Identifies the Media type, i.e. Video / PDF Brochure, PDF
Performance Review etc.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaFileSizeMeasure" type="sqdt:ComputerStorageMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The size of the media file.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MediaLastModifiedDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The date and time the media file was last
modified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="UsagePreference">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Identifies usage preference.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MediaThumbURI" type="qdt:URIType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A URI that identifies where a thumbnail of a image of the media may be found.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EmbeddedData" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|