Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema CVEnumISMSCIControls.xsd
Namespace urn:us:gov:ic:ntk
Annotations
W3C XML Schema fragment encoding types for Controlled vocabulary encodings CVEnumISMSCIControls. This file is generated so edits should be made to the CVEnumISMSCIControls the CVE it is based on instead of here.
Properties
attribute form default: unqualified
element form default: qualified
Schema location CVEnumISMSCIControls.xsd
Simple Type CVEnumISMSCIControls
Namespace urn:us:gov:ic:ism-cvenum
Diagram
Diagram CVEnumISMSCIControls_xsd.tmp#id63
Type restriction of list of CVEnumISMSCIControlsValues
Type hierarchy
Facets
maxLength 1000
Used by
Attribute @SCIcontrols
Source
<xsd:simpleType name="CVEnumISMSCIControls">
  <xsd:restriction>
    <xsd:simpleType>
      <xsd:list itemType="CVEnumISMSCIControlsValues"/>
    </xsd:simpleType>
    <xsd:maxLength value="1000"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location CVEnumISMSCIControls.xsd
Simple Type CVEnumISMSCIControlsValues
Namespace urn:us:gov:ic:ism-cvenum
Annotations
(U) All currently valid SCI controls from the published register PERMISSIBLE VALUES The permissible values for this simple type are defined in the Controlled Value Enumeration: CVEnumISMSCIControls.xml
Diagram
Diagram
Type union of(restriction of xsd:token, restriction of xsd:token)
Source
<xsd:simpleType name="CVEnumISMSCIControlsValues">
  <xsd:annotation>
    <xsd:documentation>(U) All currently valid SCI controls from the published register
                         PERMISSIBLE VALUES
                         
                         The permissible values for this simple type are defined in the Controlled Value Enumeration:
                         
                         CVEnumISMSCIControls.xml</xsd:documentation>
  </xsd:annotation>
  <xsd:union>
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <xsd:pattern value="SI-G-[A-Z]{4}">
          <xsd:annotation>
            <xsd:documentation>G-AAAA, AAAA represents 4 alpha characters to indicate sub Gamma compartments</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
        <xsd:pattern value="SI-ECI-[A-Z]{3}">
          <xsd:annotation>
            <xsd:documentation>ECI-AAA, AAA represents 3 alpha characters to indicate ECI compartments</xsd:documentation>
          </xsd:annotation>
        </xsd:pattern>
      </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <xsd:enumeration value="HCS">
          <xsd:annotation>
            <xsd:documentation>HCS</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="KDK">
          <xsd:annotation>
            <xsd:documentation>KLONDIKE</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SI">
          <xsd:annotation>
            <xsd:documentation>COMINT</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="SI-G">
          <xsd:annotation>
            <xsd:documentation>SI-GAMMA</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="TK">
          <xsd:annotation>
            <xsd:documentation>TALENT KEYHOLE</xsd:documentation>
          </xsd:annotation>
        </xsd:enumeration>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:union>
</xsd:simpleType>
Schema location CVEnumISMSCIControls.xsd