Definition Type: ComplexType
Name: ImageAttachmentExtendedType
Namespace: http://www.starstandard.org/STAR/5
Type: star:ImageAttachmentType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UsagePreference in schema components_xsd Drilldown into ImagePerspectiveCode in schema components_xsd Drilldown into ImageDescription in schema components_xsd Drilldown into ImageLastModifiedDateTime in schema components_xsd Drilldown into ImageFileSizeMeasure in schema components_xsd Drilldown into EmbeddedData in schema components_xsd Drilldown into ImageAttachmentTitle in schema components_xsd Drilldown into ImageAlternateText in schema components_xsd Drilldown into ImageHeightMeasure in schema components_xsd Drilldown into ImageWidthMeasure in schema components_xsd Drilldown into URI in schema components_xsd Drilldown into ImageAttachmentType in schema components_xsdXSD Diagram of ImageAttachmentExtendedType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ImageAttachmentExtendedType">
    <xsd:complexContent>
        <xsd:extension base="ImageAttachmentType">
            <xsd:sequence>
                <xsd:element minOccurs="0" name="ImageAttachmentTitle" type="udt:TextType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Image attachment title
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="EmbeddedData">
                    <xsd:annotation>
                        <xsd:documentation>
                                Holder for embedded data. (Will have an attribute
                                    for type of enbedded document)
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ImageFileSizeMeasure" type="sqdt:ComputerStorageMeasureType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Size of image file.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ImageLastModifiedDateTime" type="udt:DateTimeType">
                    <xsd:annotation>
                        <xsd:documentation>
                                The date and time the image was last
                                modified.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="unbounded" minOccurs="0" name="ImageDescription" type="udt:TextType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Free-form text description of the image. This field
                                    is used to provide a more detailed description than the
                                    ImageTitle.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ImagePerspectiveCode" type="scl:ImagePerspectiveEnumeratedType">
                    <xsd:annotation>
                        <xsd:documentation>
                                Indicates the perspective from which the photo was
                                    taken.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="UsagePreference">
                    <xsd:annotation>
                        <xsd:documentation>
                                Indicates the usage preference.
                            </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URI star:URI 0 (1)
ImageWidthMeasure star:ImageWidthMeasure 0 (1)
ImageHeightMeasure star:ImageHeightMeasure 0 (1)
ImageAlternateText star:ImageAlternateText 0 unbounded
ImageAttachmentTitle star:ImageAttachmentTitle 0 (1)
EmbeddedData star:EmbeddedData 0 unbounded
ImageFileSizeMeasure star:ImageFileSizeMeasure 0 (1)
ImageLastModifiedDateTime star:ImageLastModifiedDateTime 0 (1)
ImageDescription star:ImageDescription 0 unbounded
ImagePerspectiveCode star:ImagePerspectiveCode 0 (1)
UsagePreference star:UsagePreference 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ImageAttachmentExtended