Showing:

Attributes
Diagrams
Properties
Source
Used by
Element security
Namespace http://metadata.dod.mil/mdr/ns/DDMS/3.0/
Diagram
Diagram IC-ISM_xsd_Attribute_excludeFromRollup.tmp#excludeFromRollup IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup
Properties
content: complex
Used by
Complex Type ResourceType
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.
excludeFromRollup xsd:boolean true required
This attribute is used to designate that an element's ISM attributes should not be used in a rollup. Generally this is because the element is defining the security attributes of a remote object NOT indicating security constraints for data in this document. This allows an Unclassified document to assert that some document not included has a Top Secret classification without the TS attribute value causing rollup to make the document TS.
Source
<xs:element name="security">
  <xs:annotation>
    <xs:appinfo>
      <mdr:definition>The security attributes affiliated with the data asset being described by the DDMS record.</mdr:definition>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute ref="ICISM:excludeFromRollup" use="required" fixed="true"/>
    <xs:attributeGroup ref="ICISM:SecurityAttributesGroup"/>
  </xs:complexType>
</xs:element>
Schema location DDMS-Globals.xsd