Definition Type: SimpleType
Name: StatusTypeEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Defines the type of status that occurred. EX: S-Success, E-Error, I-Info, A-Abort
Collapse XSD Schema Diagram:
XSD Diagram of StatusTypeEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="StatusTypeEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Defines the type of status that occurred. EX: S-Success, E-Error, I-Info, A-Abort</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Success">
            <xsd:annotation>
                <xsd:documentation>The operation was successful.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Error">
            <xsd:annotation>
                <xsd:documentation>The operation resulted in error and did not succeed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Warning">
            <xsd:annotation>
                <xsd:documentation>The operation completed a warning.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Informational">
            <xsd:annotation>
                <xsd:documentation>The provided StatusText is informational.</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>N/A</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Success
Enumeration Error
Enumeration Warning
Enumeration Informational
Enumeration Other
Enumeration N/A
Collapse Derivation Tree:
Collapse References:
star:StatusTypeCode, star:StatusTypeCode, star:StatusTypeCode, star:StatusTypeCode