Documentation for TrainingCenterDatabasev2

Simple Type: Gender_t

[Table of contents]

Super-types: xsd:token < Token_t (by restriction) < Gender_t (by restriction)
Sub-types: None
Name Gender_t
Content
  • Base XSD Type: token
  • value comes from list: {'Male'|'Female'}
Diagram
Schema Component Representation
<xsd:simpleType name="Gender_t">
<xsd:restriction base=" Token_t ">
<xsd:enumeration value="Male"/>
<xsd:enumeration value="Female"/>
</xsd:restriction>
</xsd:simpleType>