element -> <dPersonnel.13>
dPersonnel.13 EMS Personnel's Race No Yes The personnel's race as defined by the OMB (US Office of Management and Budget). D08_13 Recommended OMB requirements are provided at: https://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-089.html. A single multiple choice question methodology is being implemented to improve the completion of ethnicity information. Ethnicity (Version 2.1.1: D08_14) has been merged with this data element and retired.
Namespace:
Type:
anonymous (extension of DemographicRace)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<dPersonnel.13
    NV
 = 
("7701001" | "7701003" | "7701005")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</dPersonnel.13>
Simple Content Detail:
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

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  DemographicRace (extension)
      complexType
Derivation:
extension of DemographicRace
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsRace" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.13" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DemographicRace">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>