Definition Type: SimpleType
Name: RequestEnumeratedType
Namespace: http://www.starstandard.org/STAR/5/codelists
Containing Schema: CodeLists.xsd
Documentation:
Type of request
Collapse XSD Schema Diagram:
XSD Diagram of RequestEnumeratedType in schema codelists_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="RequestEnumeratedType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">Type of request</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Complete">
            <xsd:annotation>
                <xsd:documentation>Send all of the data.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Changes">
            <xsd:annotation>
                <xsd:documentation>Send the data that has changed.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Complete
Enumeration Changes
Collapse Derivation Tree:
Collapse References:
star:RequestCode, star:RequestCode