Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element irm:Activity
Namespace urn:us:gov:ic:irm
Annotations
Activity is used to identify if the resource is associated with a particular type of activity, the current list of possible values is: crisis, exercise, operation. The contents of the Activity element are intended for the name or descriptor of the activity.
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_Element_irm_Activity.tmp#Activity_activityType
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:activityType irm:ActivityType required
Source
<xsd:element name="Activity">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Activity is used to identify if the resource is associated with a particular type of activity, the current list of possible values is: crisis, exercise, operation. The contents of the Activity element are intended for the name or descriptor of the activity.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="ism:ShortStringWithSecurityType">
        <xsd:attribute type="irm:ActivityType" use="required" name="activityType"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-IRM.xsd
Attribute irm:Activity / @irm:activityType
Namespace urn:us:gov:ic:irm
Type irm:ActivityType
Properties
use: required
Facets
enumeration crisis
enumeration exercise
enumeration operation
Used by
Element irm:Activity
Source
<xsd:attribute type="irm:ActivityType" use="required" name="activityType"/>
Schema location IC-IRM.xsd