Definition Type: Element
Name: ExternalAdapterTypeIndicator
Namespace: http://niem.gov/niem/appinfo/2.0
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: appinfo.xsd
Abstract
Documentation:
The ExternalAdapterTypeIndicator element indicates that a complex type is an external adapter type. Such a type is one that is composed of elements and attributes from non-NIEM-conformant schemas. The indicator allows schema processors to switch to alternative processing modes when processing NIEM-conformant versus non-NIEM-conformant content.
Collapse XSD Schema Diagram:
XSD Diagram of ExternalAdapterTypeIndicator in schema appinfo_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ExternalAdapterTypeIndicator" type="xsd:boolean">
    <xsd:annotation>
        <xsd:documentation>The ExternalAdapterTypeIndicator element indicates
      that a complex type is an external adapter type. Such a type is one
      that is composed of elements and attributes from non-NIEM-conformant
      schemas. The indicator allows schema processors to switch to
      alternative processing modes when processing NIEM-conformant versus
      non-NIEM-conformant content.</xsd:documentation>
    </xsd:annotation>
</xsd:element>