List229

ONIX Code List 229
Gender code – based on ISO 5218

Simple Type Information

Used By

Element x524

Source

<xs:simpleType name="List229">
  <xs:annotation>
    <xs:documentation source="ONIX Code List 229">Gender code – based on ISO 5218</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="u">
      <xs:annotation>
        <xs:documentation>Unknown or unspecified</xs:documentation>
        <xs:documentation>Provides positive indication that the gender is not known or is not specified by the sender for any reason</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="f">
      <xs:annotation>
        <xs:documentation>Female</xs:documentation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="m">
      <xs:annotation>
        <xs:documentation>Male</xs:documentation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>