<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:restriction base="xsd:token">
<xsd:pattern value="[A-Z_0-9\-]{1,100}">
<xsd:annotation>
<xsd:documentation>SPECIAL ACCESS REQUIRED-XXX,Within the nickname or name of a SAR all spaces must be replaced with a "_". The XSL will restore the spaces for rendering.</xsd:documentation>
</xsd:annotation>
</xsd:pattern>
<xsd:pattern value="[A-Z]{2,}">
<xsd:annotation>
<xsd:documentation>SPECIAL ACCESS REQUIRED-XXX, the Digraph or Trigraph of the SAR is represented by the XXX</xsd:documentation>
</xsd:annotation>
</xsd:pattern>
<xsd:pattern value="[A-Z]{2,}-[A-Z][A-Z0-9]+">
<xsd:annotation>
<xsd:documentation>SPECIAL ACCESS REQUIRED-XXX, the Digraph or Trigraph of the SAR is represented by the XXX</xsd:documentation>
</xsd:annotation>
</xsd:pattern>
<xsd:pattern value="[A-Z]{2,}-[A-Z][A-Z0-9]+-[A-Z0-9]{2,}">
<xsd:annotation>
<xsd:documentation>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> |