XML File Format Schema
EthnicOrigin Element
Description
Employee Ethnicity
Namespace (none)
Type
Restriction of xs:string
Overview
EthnicOrigin Restriction of xs:string
Employee Ethnicity
Source
<xs:element name="EthnicOrigin" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="White" />
      <xs:enumeration value="American Indian or Alaskan" />
      <xs:enumeration value="Black or African American" />
      <xs:enumeration value="Hispanic or Latino" />
      <xs:enumeration value="Mix Races" />
      <xs:enumeration value="Pacific Islander" />
      <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.