Definition Type: ComplexType
Name: AdditionalMediaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Additional Media component is used to identify items such as pdf documents, flash, etc.
Collapse XSD Schema Diagram:
Drilldown into EmbeddedData in schema components_xsd Drilldown into MediaThumbURI in schema components_xsd Drilldown into UsagePreference in schema components_xsd Drilldown into MediaLastModifiedDateTime in schema components_xsd Drilldown into MediaFileSizeMeasure in schema components_xsd Drilldown into MediaTypeString in schema components_xsd Drilldown into MediaAttachmentTitle in schema components_xsd Drilldown into MediaAlternateText in schema components_xsd Drilldown into MediaHeightNumeric in schema components_xsd Drilldown into MediaWidthNumeric in schema components_xsd Drilldown into MediaSourceURI in schema components_xsdXSD Diagram of AdditionalMediaType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MediaSourceURI star:MediaSourceURI (1) (1)
MediaWidthNumeric star:MediaWidthNumeric 0 (1)
MediaHeightNumeric star:MediaHeightNumeric 0 (1)
MediaAlternateText star:MediaAlternateText 0 unbounded
MediaAttachmentTitle star:MediaAttachmentTitle 0 (1)
MediaTypeString star:MediaTypeString 0 (1)
MediaFileSizeMeasure star:MediaFileSizeMeasure 0 (1)
MediaLastModifiedDateTime star:MediaLastModifiedDateTime 0 (1)
UsagePreference star:UsagePreference 0 (1)
MediaThumbURI star:MediaThumbURI 0 1
EmbeddedData star:EmbeddedData 0 1
Collapse Derivation Tree:
Collapse References:
star:AdditionalMedia