ContinentCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to ContinentType
**************************************- The list of Continents Codes
**************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="ContinentCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to ContinentType **************************************- The list of Continents Codes **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Africa"/>
    <xs:enumeration value="Antartica"/>
    <xs:enumeration value="Asia"/>
    <xs:enumeration value="Europe"/>
    <xs:enumeration value="NorthAmerica"/>
    <xs:enumeration value="Oceania"/>
    <xs:enumeration value="SouthAmerica"/>
  </xs:restriction>
</xs:simpleType>