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

ValueDefinition
FEMALEFemale
FEMALE_GIRLSFemale_girls
FEMALE_WOMENSFemale_womens
MALEMale
MALE_BOYSMale_boys
MALE_MENSMale_mens
UNISEXUnisex (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: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>