Definition Type: ComplexType
Name: MakesCarriedType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Describes the makes, id, type, and category that are carried by a particular dealer.
Collapse XSD Schema Diagram:
Drilldown into CategoryCode in schema components_xsd Drilldown into TypeCode in schema components_xsd Drilldown into ID in schema components_xsd Drilldown into VehicleMake in schema components_xsdXSD Diagram of MakesCarriedType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MakesCarriedType">
    <xsd:annotation>
        <xsd:documentation>Describes the makes, id, type, and category that are carried by a particular dealer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleMake" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This is the Make of the Vehicle.  Vehicle is a generic term that
                        could be a boat, trailer, car, truck, etc.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        An internal or industry assigned identification for the Make.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Identifies the item type.  Examples are Boat, Engine, Auto, Truck, Trailer.  This
                        is a pass through field and is not enumerated.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="CategoryCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Manufacturer assigned
                code for categorizing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleMake star:VehicleMake 0 1
ID star:ID 0 1
TypeCode star:TypeCode 0 1
CategoryCode star:CategoryCode 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:MakesCarried