Definition Type: SimpleType
Name: CodesActionEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Type of Action forCodes - A= Add to existing table, D= Delete existing table by Code, DA = Delete total table, N = Intital table load, R = Replace existing table by Code, RA = Replace total table
Collapse XSD Schema Diagram:
XSD Diagram of CodesActionEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="CodesActionEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Type of Action forCodes - A= Add to existing table, D= Delete existing table by Code, DA = Delete total table, N = Intital table load, R = Replace existing table by Code, RA = Replace total table</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="A">
            <xsd:annotation>
                <xsd:documentation>Add to existing table</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="D">
            <xsd:annotation>
                <xsd:documentation>Delete existing table by code</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="DA">
            <xsd:annotation>
                <xsd:documentation>Delete total table</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="N">
            <xsd:annotation>
                <xsd:documentation>Initial table load</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="R">
            <xsd:annotation>
                <xsd:documentation>Replace existing table by code</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="RA">
            <xsd:annotation>
                <xsd:documentation>Replace total table</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration A
Enumeration D
Enumeration DA
Enumeration N
Enumeration R
Enumeration RA
Collapse Derivation Tree:
Collapse References:
star:CodesAction, star:CodesAction