simpleType "DemographicRace"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1513001"
 - 
American Indian or Alaska Native
"1513003"
 - 
Asian
"1513005"
 - 
Black or African American
"1513007"
 - 
Hispanic or Latino
"1513009"
 - 
Native Hawaiian or Other Pacific Islander
"1513011"
 - 
White

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's race as defined by the OMB (US Office of Management and Budget)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DemographicRace
Derivation:
restriction of xs:string
Facets:
enumeration:
"1513001"
 - 
American Indian or Alaska Native
"1513003"
 - 
Asian
"1513005"
 - 
Black or African American
"1513007"
 - 
Hispanic or Latino
"1513009"
 - 
Native Hawaiian or Other Pacific Islander
"1513011"
 - 
White
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="DemographicRace">
<xs:restriction base="xs:string">
<xs:enumeration value="1513001"/>
<xs:enumeration value="1513003"/>
<xs:enumeration value="1513005"/>
<xs:enumeration value="1513007"/>
<xs:enumeration value="1513009"/>
<xs:enumeration value="1513011"/>
</xs:restriction>
</xs:simpleType>