Definition Type: ComplexType
Name: QuantitySoldHistoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Used to report historical information about the quantity sold for a part.
Collapse XSD Schema Diagram:
Drilldown into SoldDate in schema components_xsd Drilldown into QuantitySold in schema components_xsd Drilldown into PeriodID in schema components_xsdXSD Diagram of QuantitySoldHistoryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="QuantitySoldHistoryType">
    <xsd:annotation>
        <xsd:documentation>Used to report historical information about the quantity sold for a part.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="PeriodID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">An identifier for the period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="QuantitySold" type="sqdt:QuantityType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Quantity of part sold
                since last inventory.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SoldDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Sold
            date</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PeriodID star:PeriodID 0 1
QuantitySold star:QuantitySold 1 1
SoldDate star:SoldDate 0 1
Collapse Derivation Tree:
Collapse References:
star:QuantitySoldHistory