A Proposal for a Shadowrun XML Standard

gendertype

root
Back

Namespace:
Filename:

Description: The gendertype defines the possible genders for the character.

Value: Enumeration, with the following legal value:


Code Fragment

<xs:simpleType name="gendertype">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Female"/>
    <xs:enumeration value="Male"/>
    <xs:enumeration value="None"/>
    <xs:enumeration value="Other"/>
  </xs:restriction>
</xs:simpleType>