| namespace | urn:us:gov:ic:ism-cvenum | ||
| type | union of (restriction of xsd:token, xsd:token) | ||
| used by |
|
||
| annotation |
|
||
| 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"> <xsd:pattern value="SAR-[A-Z][A-Z][A-Z]?"> <xsd:annotation> <xsd:documentation>SPECIAL ACCESS REQUIRED-XXX, XXX represents the Digraph or Trigraph of the SAR</xsd:documentation> </xsd:annotation> </xsd:pattern> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:token"/> </xsd:simpleType> </xsd:union> </xsd:simpleType> |