Showing:

Annotations
Attributes
Diagrams
Source
Used by
Attribute Group ISMResourceAttributeGroup
Namespace urn:us:gov:ic:ism
Annotations

An attribute group to be used on the element that represents the resource node of an instance document.

Diagram
Diagram IC-ISM_xsd_Attribute_resourceElement.tmp#resourceElement IC-ISM_xsd_Attribute_compliesWith.tmp#compliesWith IC-ISM_xsd_Attribute_createDate.tmp#createDate IC-ISM_xsd_Attribute_exemptFrom.tmp#exemptFrom IC-ISM_xsd_Attribute_noAggregation.tmp#noAggregation
Used by
Attribute Group ResourceNodeAttributeGroup
Attributes
QName Type Use Annotation
compliesWith ismcomplies:CVEnumISMCompliesWith required

The ISM rule sets a document complies with

This attribute is used at the resource level. The permissible values for this simple type are defined in the ISM Complies With CVE: CVEnumISMCompliesWith.xml

createDate xsd:date required

The date when ISM metadata was added or updated

This date is used by some constraint rules to determine if ISM markings are valid. For example, this date is used to check deprecation of some marks.

exemptFrom ismexempt:CVEnumISMExemptFrom optional

Specific exemptions within an ISM rule set that are claimed for a document

This attribute is used on the resource node of a document in conjunction with @compliesWith. The permissible values for this simple type are defined in the ISM Exempt From CVE: CVEnumISMExemptFrom.xml

noAggregation xsd:boolean optional

When true, an indicator that there is no classification by compilation across any combination of portions extracted from the document.

resourceElement xsd:boolean required

This attribute is used to designate which element has the ISM attributes representing the classification for the entire resource. Every document must have at least one element with this indicator as true. It should be rare that a document has more than one. Mainly this would occur in some sort of aggregation schema. In the aggregation case, the first @resourceElement attribute in XML document order is the one used for all constraint rules.

Source
<xsd:attributeGroup name="ISMResourceAttributeGroup">
  <xsd:annotation>
    <xsd:documentation>
      <xhtml:p ism:ownerProducer="USA" ism:classification="U">An attribute group to be used on the element that represents the resource node of an instance document.</xhtml:p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute ref="resourceElement" use="required"/>
  <xsd:attribute ref="compliesWith" use="required"/>
  <xsd:attribute ref="createDate" use="required"/>
  <xsd:attribute ref="exemptFrom" use="optional"/>
  <xsd:attribute ref="noAggregation" use="optional"/>
</xsd:attributeGroup>
Schema location IC-ISM.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.

This document has been approved for Public Release by the Office of the Director of National Intelligence. See Distribution Notice for details. Click Here