Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element NoticeText
Namespace urn:us:gov:ic:ism
Annotations
The actual text of a notice.
Diagram
Diagram IC-ISM_xsd_Simple_Type_LongStringType.tmp#LongStringType IC-ISM_xsd_Attribute_Group_SecurityAttributesGroup.tmp#SecurityAttributesGroup IC-ISM_xsd_Complex_Type_LongStringWithSecurityType.tmp#LongStringWithSecurityType IC-ISM_xsd_Attribute_Group_POCAttributeGroup.tmp#POCAttributeGroup
Type extension of LongStringWithSecurityType
Type hierarchy
Properties
content: complex
Used by
Element Notice
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.
pocType CVEnumISMPocType optional
Indicates that the element specifies a point-of-contact (POC) and the methods with which to contact that individual. As certain POCs are required for different reasons (ICD-710 compliance, DoD Distribution statements, etc), the values for this attribute specify the reason(s) why the POC is provided.
Source
<xsd:element name="NoticeText">
  <xsd:annotation>
    <xsd:documentation>The actual text of a notice.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="LongStringWithSecurityType">
        <xsd:attributeGroup ref="POCAttributeGroup"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>
Schema location IC-ISM.xsd