Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element irm:NonStateActor
Namespace urn:us:gov:ic:irm
Annotations
An individual NonState Actor
Diagram
Diagram IC-ISM_xsd_Simple_Type_ShortStringType.tmp#ShortStringType IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-ISM_xsd_Complex_Type_ShortStringWithSecurityType.tmp#ShortStringWithSecurityType IC-IRM_xsd_Attribute_Group_irm_OrderAttributeGroup.tmp#OrderAttributeGroup
Type extension of ShortStringWithSecurityType
Type hierarchy
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
SchemaguideSecurityAttributesGroup xsd:NMTOKEN optional
This attribute is only a placeholder so that all the ISM attributes are not shown in the schemaGuide for every element. If you refer to the documentation of the attribute group it will say what attributes should be here.
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:element name="NonStateActor">
  <xsd:annotation>
    <xsd:documentation>An individual NonState Actor</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="ism:ShortStringWithSecurityType">
        <xsd:attributeGroup ref="irm:OrderAttributeGroup"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd