Definition Type: ComplexType
Name: ImageAttachmentType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of ImageAttachmentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ImageAttachmentType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="URI" type="qdt:URIType">
            <xsd:annotation>
                <xsd:documentation>
                        URI
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ImageWidthMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation> Image tag width. Example: "100" </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ImageHeightMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation> Image tag height Example: "120" </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ImageAlternateText" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Image alternate text. Example: "1997 Honda
                        Accord"
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</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
Collapse Derivation Tree:
Collapse References:
star:ImageAttachmentstar:ImageAttachmentExtendedType,