XML File Format Schema
Gender Element
Description
Employee gender; options are Male, Female, and Unknown
Namespace (none)
Type
Restriction of xs:string
Overview
Gender Restriction of xs:string
Employee gender; options are Male, Female, and Unknown
Source
<xs:element name="Gender" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Male" />
      <xs:enumeration value="Female" />
      <xs:enumeration value="N/A" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Employee ElementEmployeesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.