Definition Type: Element
Name: ConformantIndicator
Namespace: http://niem.gov/niem/appinfo/2.0
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: appinfo.xsd
Abstract
Documentation:
The ConformantIndicator element may be used in two ways. First, it is included as application information for a schema document element to indicate that the schema is NIEM-conformant. Second, it is used as application information of a namespace import to indicate that the schema is not NIEM-conformant.
Collapse XSD Schema Diagram:
XSD Diagram of ConformantIndicator in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ConformantIndicator" type="xsd:boolean">
    <xsd:annotation>
        <xsd:documentation>The ConformantIndicator element may be used in two
      ways. First, it is included as application information for a schema
      document element to indicate that the schema is NIEM-conformant.
      Second, it is used as application information of a namespace import
      to indicate that the schema is not
      NIEM-conformant.</xsd:documentation>
    </xsd:annotation>
</xsd:element>