SurfaceUnitCodeType

Simple Type Information

Source

<xs:simpleType name="SurfaceUnitCodeType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Acre">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Acre</xs:documentation>
        <xs:documentation xml:lang="EN">Acre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Hectare">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Hectare</xs:documentation>
        <xs:documentation xml:lang="EN">Hectare</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="km2">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Kilomètres carrés</xs:documentation>
        <xs:documentation xml:lang="EN">Square Kilometres</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m2">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Mètres carrés</xs:documentation>
        <xs:documentation xml:lang="EN">Square metres</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="SquareFeet">
      <xs:annotation>
        <xs:documentation xml:lang="FR">Pieds carrés</xs:documentation>
        <xs:documentation xml:lang="EN">Square feet</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>