ndex:ItemGenderUseCodeSimpleType
simpleType ItemGenderUseCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the gender for which the property is intended, such as a girl's bicycle or a man's jacket.
Diagram
Enumerations
Value | Definition |
FEMALE | Female |
FEMALE_GIRLS | Female_girls |
FEMALE_WOMENS | Female_womens |
MALE | Male |
MALE_BOYS | Male_boys |
MALE_MENS | Male_mens |
UNISEX | Unisex (Item created for use with no particular gender in mind) |
XML Schema
<xs:simpleType name="ItemGenderUseCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the gender for which the property is intended, such as a girl's bicycle or a man's jacket.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="FEMALE">
<xs:annotation>
<xs:documentation>
Female</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FEMALE_GIRLS">
<xs:annotation>
<xs:documentation>
Female_girls</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FEMALE_WOMENS">
<xs:annotation>
<xs:documentation>
Female_womens</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MALE">
<xs:annotation>
<xs:documentation>
Male</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MALE_BOYS">
<xs:annotation>
<xs:documentation>
Male_boys</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MALE_MENS">
<xs:annotation>
<xs:documentation>
Male_mens</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNISEX">
<xs:annotation>
<xs:documentation>
Unisex (Item created for use with no particular gender in mind)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>