Definition Type: SimpleType
Name: IndicatorCodeSimpleType
Namespace: http://niem.gov/niem/ansi-nist/2.0
Containing Schema: ansi-nist.xsd
Collapse XSD Schema Diagram:
XSD Diagram of IndicatorCodeSimpleType in schema ansi-nist_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="IndicatorCodeSimpleType">
    <xsd:annotation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="false ">
            <xsd:annotation>
                <xsd:documentation>Indicates the record does not meet the specification</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="true ">
            <xsd:annotation>
                <xsd:documentation>Indicates the record meets the specification</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="unknown">
            <xsd:annotation>
                <xsd:documentation>Indicates it is not known if the record meets the specification</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration false
Enumeration true
Enumeration unknown
Collapse Derivation Tree:
Collapse References:
ansi-nist:IndicatorCodeType