Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema CVEnumISMSAR.xsd
Namespace urn:us:gov:ic:irm
Annotations
W3C XML Schema fragment encoding types for Controlled vocabulary encodings CVEnumISMSAR. This file is generated so edits should be made to the CVEnumISMSAR the CVE it is based on instead of here.
Properties
attribute form default: unqualified
element form default: qualified
Schema location CVEnumISMSAR.xsd
Simple Type CVEnumISMSAR
Namespace urn:us:gov:ic:ism-cvenum
Diagram
Diagram CVEnumISMSAR_xsd.tmp#id349
Type restriction of list of CVEnumISMSARValues
Type hierarchy
Facets
maxLength 1000
Used by
Attribute @SARIdentifier
Source
<xsd:simpleType name="CVEnumISMSAR">
  <xsd:restriction>
    <xsd:simpleType>
      <xsd:list itemType="CVEnumISMSARValues"/>
    </xsd:simpleType>
    <xsd:maxLength value="1000"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location CVEnumISMSAR.xsd
Simple Type CVEnumISMSARValues
Namespace urn:us:gov:ic:ism-cvenum
Annotations
(U) All currently valid SAR controls from the published register PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumISMSAR.xml
Diagram
Diagram
Type union of(restriction of xsd:token, xsd:token)
Source
<xsd:simpleType name="CVEnumISMSARValues">
  <xsd:annotation>
    <xsd:documentation>(U) All currently valid SAR controls from the published register
                         PERMISSIBLE VALUES
                         
                         The permissible values for this simple type are defined in the Controlled Value Enumeration:
                         
                         CVEnumISMSAR.xml</xsd:documentation>
  </xsd:annotation>
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <!--(U) The pattern "SAR-[A-Z][A-Z][A-Z]?" is classified (U) -->
        <xsd:pattern ism:classification="U" ism:ownerProducer="USA" value="SAR-[A-Z][A-Z][A-Z]?">
          <xsd:annotation>
            <xsd:documentation ism:classification="U" ism:ownerProducer="USA">(U) SPECIAL ACCESS REQUIRED-XXX, the Digraph or Trigraph of the SAR is represented by the XXX</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:token"/>
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>
Schema location CVEnumISMSAR.xsd