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_createDate.tmp#createDate IC-ISM_xsd_Attribute_compliesWith.tmp#compliesWith
Used by
Attribute Group ResourceNodeAttributeGroup
Attributes
QName Type Use Annotation
compliesWith ismcomplies:CVEnumISMCompliesWith optional

This attribute is used at the resource level. An indicator of what optional ISM rule sets the documents complies with. This allows systems to know that the document claims compliance with these rule sets and they should be enforced. PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumISMcompliesWith.xml

createDate xsd:date required

This attribute is used to designate what date the document was produced on. This is the date that will be used by various constraint rules to determine if the document meets all the business rules. It must be on the element where resourceElement is true.

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 aggregator schema. In that unusual case the first one encountered in XML document order is the one used for all constraint rules.

Source
<xsd:attributeGroup name="ISMResourceAttributeGroup">
  <xsd:annotation>
    <xsd:documentation>
      <p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">An attribute group to be used on the element that represents the resource node of an instance document.</p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute ref="resourceElement" use="required"/>
  <xsd:attribute ref="createDate" use="required"/>
  <xsd:attribute ref="compliesWith" use="optional"/>
</xsd:attributeGroup>
Schema location IC-ISM.xsd

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