Definition Type: ComplexType
Name: VehicleSpecificationsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleSpecifications.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VehicleSpecificationsLine in schema vehiclespecifications_xsd Drilldown into VehicleSpecificationsHeader in schema vehiclespecifications_xsdXSD Diagram of VehicleSpecificationsType in schema vehiclespecifications_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleSpecificationsType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="VehicleSpecificationsHeader" />
        <xsd:element ref="VehicleSpecificationsLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleSpecificationsHeader star:VehicleSpecificationsHeader (1) (1)
VehicleSpecificationsLine star:VehicleSpecificationsLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleSpecifications