Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute irm:OrderAttributeGroup / @irm:order
Namespace urn:us:gov:ic:irm
Annotations
Specifies a user-defined order of an element within the given document. All elements in the document which specify the irm:order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates. Document in this case means an IRM.XML or PUBS.XML instance. In MAT.XML, each IRM or PUBS instance would be evaluated individually. Therefore, a single MAT document may have multiple @irm:order='1', BUT they would be in different IRM or PUBS instances.
Type xsd:int
Properties
use: optional
Used by
Attribute Group irm:OrderAttributeGroup
Source
<xsd:attribute name="order" use="optional" type="xsd:int">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Specifies a user-defined order of an element within the given document. All elements in the document which specify the irm:order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates. Document in this case means an IRM.XML or PUBS.XML instance. In MAT.XML, each IRM or PUBS instance would be evaluated individually. Therefore, a single MAT document may have multiple @irm:order='1', BUT they would be in different IRM or PUBS instances.</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Schema location IC-IRM.xsd
Attribute Group irm:OrderAttributeGroup
Namespace urn:us:gov:ic:irm
Diagram
Diagram IC-IRM_xsd_Attribute_Group_irm_OrderAttributeGroup.tmp#OrderAttributeGroup_order
Used by
Attributes
QName Type Fixed Default Use Annotation
irm:order xsd:int optional
Specifies a user-defined order of an element within the given document. All elements in the document which specify the irm:order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates. Document in this case means an IRM.XML or PUBS.XML instance. In MAT.XML, each IRM or PUBS instance would be evaluated individually. Therefore, a single MAT document may have multiple @irm:order='1', BUT they would be in different IRM or PUBS instances.
Source
<xsd:attributeGroup name="OrderAttributeGroup">
  <xsd:attribute name="order" use="optional" type="xsd:int">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">Specifies a user-defined order of an element within the given document. All elements in the document which specify the irm:order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates. Document in this case means an IRM.XML or PUBS.XML instance. In MAT.XML, each IRM or PUBS instance would be evaluated individually. Therefore, a single MAT document may have multiple @irm:order='1', BUT they would be in different IRM or PUBS instances.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>
Schema location IC-IRM.xsd