Showing:

Annotations
Attributes
Diagrams
Source
Used by
Attribute Group ISMNoticeAttributeGroup
Namespace urn:us:gov:ic:ism
Annotations
The group of Information Security Marking attributes for use on a notice element
Diagram
Diagram IC-ISM_xsd_Attribute_noticeType.tmp#noticeType IC-ISM_xsd_Attribute_noticeReason.tmp#noticeReason IC-ISM_xsd_Attribute_noticeDate.tmp#noticeDate IC-ISM_xsd_Attribute_unregisteredNoticeType.tmp#unregisteredNoticeType
Used by
Attributes
QName Type Fixed Default Use Annotation
noticeDate xsd:date optional
A Date associated with a notice such as the DoD Distribution notice date.
noticeReason restriction of xsd:string optional
A Reason (less than 2048 chars) associated with a notice such as the DoD Distribution reason.
noticeType CVEnumISMNotice optional
This attribute is an indicator that the element contains a security-related notice and is used to categorize which of the required notices is specified in the element. These categories include those described in the CAPCO Register, as well as additional well-defined and formally recognized security notice types described in other directives, such as US-Person and DoD Distribution. The element could contain any structure that the implementing schema defines, and details of the rendering would be relegated to the implementing schema. The permissible value for this attribute are defined in the Controlled Value Enumeration: CVEnumISMNotice.xml
unregisteredNoticeType restriction of xsd:string optional
A notice that is of a category that is not described in the CAPCO Register and/or is not sufficiently defined to be represented in the Controlled Value Enumeration CVEnumISMNotice.xml. This attribute can be used by specifications that import ISM to represent a wider variety of security-related notices.
Source
<xsd:attributeGroup name="ISMNoticeAttributeGroup">
  <xsd:annotation>
    <xsd:documentation>The group of Information Security Marking attributes for use on a notice element</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute ref="noticeType" use="optional"/>
  <xsd:attribute ref="noticeReason" use="optional"/>
  <xsd:attribute ref="noticeDate" use="optional"/>
  <xsd:attribute ref="unregisteredNoticeType" use="optional"/>
</xsd:attributeGroup>
Schema location IC-ISM.xsd