tns:CountryTypeUSA

The United States of America.

Simple Type Information

Used By

Source

<xsd:simpleType name="CountryTypeUSA">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The United States of America.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:enumeration value="USA"/>
    <xsd:enumeration value="United States of America"/>
  </xsd:restriction>
</xsd:simpleType>