Definition Type: Attribute
Name: id
Namespace: http://niem.gov/niem/structures/2.0
Type: ID:http://www.w3.org/2001/XMLSchema
Containing Schema: structures.xsd
Documentation:
The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes.
Collapse XSD Schema Diagram:
XSD Diagram of id in schema structures_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="id" type="xsd:ID">
    <xsd:annotation>
        <xsd:documentation>The id attribute is used to define XML IDs for
      NIEM objects. These IDs may be targets of reference elements,
      metadata attributes, and link metadata
      attributes.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>