Definition Type: Attribute
Name: sequenceID
Namespace: http://niem.gov/niem/structures/2.0
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: structures.xsd
Documentation:
The sequenceID attribute allows a series of elements to define a sequence for content that does not correspond to the order of element declarations within a type. This attribute may override the sequence of elements appearing within an instance.
Collapse XSD Schema Diagram:
XSD Diagram of sequenceID in schema structures_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="sequenceID" type="xsd:integer">
    <xsd:annotation>
        <xsd:documentation>The sequenceID attribute allows a series of
      elements to define a sequence for content that does not correspond to
      the order of element declarations within a type. This attribute may
      override the sequence of elements appearing within an
      instance.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>