Definition Type: ComplexType
Name: PartsInventoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsInventory.xsd
Abstract
Documentation:
STAR Version 2.0 - Draft STAR Version 1.0, STAR approved 04/20/2005; OAGI approved 03/03/2005; effective date 07/04/2005
Collapse XSD Schema Diagram:
Drilldown into PartsInventoryLine in schema partsinventory_xsd Drilldown into PartsInventoryHeader in schema partsinventory_xsdXSD Diagram of PartsInventoryType in schema partsinventory_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsInventoryType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 2.0 - Draft</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">STAR Version 1.0, STAR approved 04/20/2005; OAGI approved 03/03/2005; effective date 07/04/2005</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PartsInventoryHeader" />
        <xsd:element ref="PartsInventoryLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartsInventoryHeader star:PartsInventoryHeader (1) (1)
PartsInventoryLine star:PartsInventoryLine 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:PartsInventory