<xsd:simpleType name="CountryCodeVocabularyType">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The source of a vocabulary for country codes.</p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="ISO-3"/>
</xsd:restriction>
</xsd:simpleType>
|