<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> |