Definition Type: SimpleType
Name: SubtotalTypeCodeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Describes the contents of the FleetAccountString
Collapse XSD Schema Diagram:
XSD Diagram of SubtotalTypeCodeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="SubtotalTypeCodeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Describes the contents of the FleetAccountString</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Excluding Downpayment">
            <xsd:annotation>
                <xsd:documentation>
                        Subtotal amount excluding the down payment amount.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Other">
            <xsd:annotation>
                <xsd:documentation>Other</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="N/A">
            <xsd:annotation>
                <xsd:documentation>Not Applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Excluding Downpayment
Enumeration Other
Enumeration N/A