Definition Type: ComplexType
Name: PartQuantityGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This group is used to describe all of the quantity types in the PartsInventoryLine.
Collapse XSD Schema Diagram:
Drilldown into Quantity in schema components_xsd Drilldown into QuantityDescription in schema components_xsdXSD Diagram of PartQuantityGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartQuantityGroupType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This group is used to describe all of the quantity types in the PartsInventoryLine.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="QuantityDescription" type="scl:PartQuantityEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Description of the type of quantity e.g., QuantityOnHand, QuantitySold.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="Quantity" type="sqdt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Part Quantity.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QuantityDescription star:QuantityDescription 0 1
Quantity star:Quantity 0 1
Collapse Derivation Tree:
Collapse References:
star:PartQuantityGroup