ClassificationType

A simple type in which a name token is restricted to the US,
non-US, and joint classification portionmark abbreviations from 
the CAPCO Register.

Simple Type Information

Used By

Source

<xsd:simpleType name="ClassificationType">
  <xsd:annotation>
    <xsd:documentation>A simple type in which a name token is restricted to the US, non-US, and joint classification portionmark abbreviations from the CAPCO Register.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="U"/>
    <xsd:enumeration value="C"/>
    <xsd:enumeration value="S"/>
    <xsd:enumeration value="TS"/>
    <xsd:enumeration value="R"/>
    <xsd:enumeration value="CTS"/>
    <xsd:enumeration value="CTS-B"/>
    <xsd:enumeration value="CTS-BALK"/>
    <xsd:enumeration value="NU"/>
    <xsd:enumeration value="NR"/>
    <xsd:enumeration value="NC"/>
    <xsd:enumeration value="NS"/>
    <xsd:enumeration value="NS-S"/>
    <xsd:enumeration value="NS-A"/>
    <xsd:enumeration value="CTSA"/>
    <xsd:enumeration value="NSAT"/>
    <xsd:enumeration value="NCA"/>
  </xsd:restriction>
</xsd:simpleType>