Definition Type: SimpleType
Name: TransactionTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Type of transaction
Collapse XSD Schema Diagram:
XSD Diagram of TransactionTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="TransactionTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Type of transaction</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Initial">
            <xsd:annotation>
                <xsd:documentation>Initial transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Update">
            <xsd:annotation>
                <xsd:documentation>Update transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Delete">
            <xsd:annotation>
                <xsd:documentation>Delete transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Cancel">
            <xsd:annotation>
                <xsd:documentation>Cancel transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Initial
Enumeration Update
Enumeration Delete
Enumeration Cancel
Collapse Derivation Tree:
Collapse References:
star:TransactionTypeCode, star:TransactionTypeCode, star:TransactionTypeCode, star:TransactionTypeCode