Definition Type: SimpleType
Name: InventoryTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies the type of inventory being transmitted, either full or incremental. Full inventory is an extract of the entire parts inventory. Incremental is the change in inventory since the last reported inventory (identifed by BOD Id).
Collapse XSD Schema Diagram:
XSD Diagram of InventoryTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="InventoryTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Identifies the type of inventory being transmitted, either full or incremental. Full inventory is an extract of the entire parts inventory. Incremental is the change in inventory since the last reported inventory (identifed by BOD Id).</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Full">
            <xsd:annotation>
                <xsd:documentation>Full inventory transmission</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Incremental">
            <xsd:annotation>
                <xsd:documentation>Incremental inventory transmission</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Daily">
            <xsd:annotation>
                <xsd:documentation>End of Day Net Changes</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Historical">
            <xsd:annotation>
                <xsd:documentation>Sales History</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Full
Enumeration Incremental
Enumeration Daily
Enumeration Historical
Collapse Derivation Tree:
Collapse References:
star:InventoryTypeCode, star:InventoryTypeCode