Namespace: |
|
Defined: |
globally in myProfile.xsd; see XML source |
Used: |
at 3 locations |
Simple Content Model |
"f" | "m" |
Type Derivation Tree
xsd:string (restriction)
![]() ![]() |
Derivation: |
restriction of hs:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element specifies the gender for this entity.
</xsd:documentation>
An entity can be associated with only one gender. The format of this element is a single, 7-bit ASCII character with one of two possible values: 'm' for male and 'f' for female.
<xsd:maxLength value="1"/>
</xsd:restriction>
<xsd:enumeration value="f"/>
<xsd:enumeration value="m"/>
</xsd:simpleType>
|