The United States of America. |
Element | tns:USAddressType/tns:Country |
<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> |