Definition Type: SimpleType
Name: SystemEnvironmentCodeEnumerationType
Namespace: http://www.openapplications.org/oagis/9/codelists
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of SystemEnvironmentCodeEnumerationType in schema codelists_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="SystemEnvironmentCodeEnumerationType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Production" />
        <xsd:enumeration value="Test" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Production
Enumeration Test