<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>
|