<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="NtrRecords">
		<xs:annotation>
			<xs:documentation>Root Tag</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="NtrRecord">
					<xs:complexType>
						<xs:all>
							<xs:element name="LastModifiedDateTime">
								<xs:annotation>
									<xs:documentation>LastModifiedDateTime</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:dateTime"/>
								</xs:simpleType>
							</xs:element>
							<xs:element name="PatientId">
								<xs:annotation>
									<xs:documentation>Patient ID</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string"/>
								</xs:simpleType>
							</xs:element>
							<xs:element name="FacilityId">
								<xs:annotation>
									<xs:documentation>Facility ID</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string"/>
								</xs:simpleType>
							</xs:element>
							<xs:element name="HomeZip">
								<xs:annotation>
									<xs:documentation>The patient's home ZIP code of residence</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Zip">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HomeCountry">
								<xs:annotation>
									<xs:documentation>The patient's home country where he/she resides.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HomeCountry">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HomeState">
								<xs:annotation>
									<xs:documentation>The patient's home state (territory, province, or District of Columbia) where the patient resides.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HomeState">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HomeCounty">
								<xs:annotation>
									<xs:documentation>The patient's home county (or parish) of residence.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HomeCounty">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HomeCity">
								<xs:annotation>
									<xs:documentation>The patient's home city (or township, village) of residence.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HomeCity">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HomeResidence">
								<xs:annotation>
									<xs:documentation>Documentation of the type of patient without a home zip code.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HomeResidence">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="DateOfBirth">
								<xs:annotation>
									<xs:documentation>The patient's date of birth.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="DateOfBirth">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Age">
								<xs:annotation>
									<xs:documentation>The patient's age at the time of injury (best approximation)</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Age">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="AgeUnits">
								<xs:annotation>
									<xs:documentation>The units used to document the patient's age (Years, Months, Days, Hours)</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="AgeUnits">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Races">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="5">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Race">
														<xs:annotation>
															<xs:documentation>The patient's race.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="Race">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Ethnicities">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="3">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Ethnicity">
														<xs:annotation>
															<xs:documentation>The patient's ethnicity.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="Ethnicity">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Sex">
								<xs:annotation>
									<xs:documentation>The patient's sex.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Sex">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!--<xs:element name="TransGender">
                                <xs:annotation>
                                    <xs:documentation>The patient's currently assigned sex.</xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:simpleContent>
                                        <xs:extension base="TransGender">
                                            <xs:attribute ref="biu"/>
                                        </xs:extension>
                                    </xs:simpleContent>
                                </xs:complexType>
                            </xs:element>-->
							<!-- Injury -->
							<xs:element name="IncidentDate">
								<xs:annotation>
									<xs:documentation>The date the injury occurred.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="IncidentDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="IncidentTime">
								<xs:annotation>
									<xs:documentation>The time the injury occurred.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="WorkRelated">
								<xs:annotation>
									<xs:documentation>Indication of whether the injury occurred during paid employment.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="WorkRelated">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="PatientsOccupationalIndustry">
								<xs:annotation>
									<xs:documentation>The occupational industry associated with the patient's work environment.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PatientsOccupationalIndustry">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="PatientsOccupation">
								<xs:annotation>
									<xs:documentation>The occupation of the patient.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PatientsOccupation">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="PrimaryECode">
								<xs:annotation>
									<xs:documentation>E-code used to describe the mechanism (or external factor) that caused the injury event.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PrimaryECode">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="LocationECode">
								<xs:annotation>
									<xs:documentation>E-code used to describe the place/site/location of the injury event (E 849.X).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="LocationECode">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="AdditionalECode">
								<xs:annotation>
									<xs:documentation>Additional E-code used to describe, for example, a mass casualty event, or other external cause.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="AdditionalECode">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="InjuryZip">
								<xs:annotation>
									<xs:documentation>The ZIP code of the incident location.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Zip">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="IncidentState">
								<xs:annotation>
									<xs:documentation>The state, territory, or province where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="IncidentState">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="IncidentCounty">
								<xs:annotation>
									<xs:documentation>The county or parish where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="IncidentCounty">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="IncidentCity">
								<xs:annotation>
									<xs:documentation>The city or township where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="IncidentCity">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="ProtectiveDevices">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ProtectiveDevice">
														<xs:annotation>
															<xs:documentation>Protective devices (safety equipment) in use or worn by the patient at the time of the injury.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="ProtectiveDevice">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ChildSpecificRestraint">
								<xs:annotation>
									<xs:documentation>Protective child restraint devices used by patient at the time of injury.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="ChildSpecificRestraint">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="AirbagDeployments">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="AirbagDeployment">
														<xs:annotation>
															<xs:documentation>Indication of an airbag deployment during a motor vehicle crash.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="AirbagDeployment">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- PreHospital -->
							<xs:element name="EmsNotifyDate">
								<xs:annotation>
									<xs:documentation>The date the unit transporting to the hospital was notified by dispatch.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsNotifyDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsNotifyTime">
								<xs:annotation>
									<xs:documentation>The time the unit transporting to the hospital was notified by dispatch.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsArrivalDate">
								<xs:annotation>
									<xs:documentation>The date the unit transporting to the hospital arrived on the scene (the date the vehicle stopped</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsArrivalDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsArrivalTime">
								<xs:annotation>
									<xs:documentation>The time the unit transporting to the hospital arrived on the scene (the time the vehicle stopped</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsLeftDate">
								<xs:annotation>
									<xs:documentation>The date the unit transporting to the hospital left the scene (started moving).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsLeftDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsLeftTime">
								<xs:annotation>
									<xs:documentation>The time the unit transporting to the hospital left the scene (started moving).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="TransportMode">
								<xs:annotation>
									<xs:documentation>The mode of transport delivering the patient to the hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="TransportMode">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="OtherTransportModes">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="OtherTransportMode">
														<xs:annotation>
															<xs:documentation>All other modes of transport used during patient care event, except the mode delivering the patient to the hospital.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="OtherTransportMode">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsSbp">
								<xs:annotation>
									<xs:documentation>First recorded systolic blood pressure in the prehospital setting.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsSbp">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsPulseRate">
								<xs:annotation>
									<xs:documentation>First recorded pulse in the prehospital setting (palpated or auscultated, expressed as a number per minute).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsPulseRate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsRespiratoryRate">
								<xs:annotation>
									<xs:documentation>First recorded respiratory rate in the prehospital setting (expressed as a number per minute).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsRespiratoryRate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsPulseOximetry">
								<xs:annotation>
									<xs:documentation>First recorded oxygen saturation in the prehospital setting (expressed as a percentage).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsPulseOximetry">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsGcsEye">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Eye) in the prehospital setting.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsGcsEye">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsGcsVerbal">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Verbal) in the prehospital setting.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsGcsVerbal">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsGcsMotor">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Motor) in the prehospital setting.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsGcsMotor">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EmsTotalGcs">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (total) in the prehospital setting.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EmsTotalGcs">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="InterFacilityTransfer">
								<xs:annotation>
									<xs:documentation>Determination if the patient was transferred from another acute care facility.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="InterFacilityTransfer">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!--- Emergency Department Information -->
							<xs:element name="HospitalArrivalDate">
								<xs:annotation>
									<xs:documentation>The date and time the patient arrived to the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HospitalArrivalDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HospitalArrivalTime">
								<xs:annotation>
									<xs:documentation>The date and time the patient arrived to the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HospitalArrivalTime">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Sbp">
								<xs:annotation>
									<xs:documentation>First recorded systolic blood pressure in the ED/Hospital</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Sbp">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="PulseRate">
								<xs:annotation>
									<xs:documentation>First recorded systolic blood pressure in the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PulseRate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Temperature">
								<xs:annotation>
									<xs:documentation>First recorded pulse in the ED/hospital (palpated or auscultated, expressed as a number per minute).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Temperature">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="RespiratoryRate">
								<xs:annotation>
									<xs:documentation>First recorded respiratory rate in the ED/hospital (expressed as a number per minute).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="RespiratoryRate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!--<xs:element name="HospitalTraumaDesignation" >
                                <xs:annotation>
                                    <xs:documentation>Determination of respiratory assistance associated with the initial ED/hospital respiratory rate.</xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:simpleContent>
                                        <xs:extension base="HospitalTraumaDesignation">
                                            <xs:attribute ref="biu"/>
                                        </xs:extension>
                                    </xs:simpleContent>
                                </xs:complexType>
                            </xs:element>-->
							<xs:element name="PulseOximetry">
								<xs:annotation>
									<xs:documentation>First recorded oxygen saturation in the ED/hospital (expressed as a percentage).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PulseOximetry">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="SupplementalOxygen">
								<xs:annotation>
									<xs:documentation>Determination of the presence of supplemental oxygen during assessment of initial ED/hospital oxygen saturation level.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="SupplementalOxygen">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="GcsEye">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Eye) in the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="GcsEye">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="GcsVerbal">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Verbal) in the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="GcsVerbal">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="GcsMotor">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (Motor) in the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="GcsMotor">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="TotalGcs">
								<xs:annotation>
									<xs:documentation>First recorded Glasgow Coma Score (total) in the ED/hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="TotalGcs">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="GcsQualifiers">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="3">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="GcsQualifier">
														<xs:annotation>
															<xs:documentation>Documentation of factors potentially affecting the first assessment of GCS upon arrival in the ED/hospital.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="GcsQualifier">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--<xs:element name="GcsQualifier2">
                                <xs:annotation>
                                    <xs:documentation>Documentation of factors potentially affecting the first assessment of GCS upon arrival in the ED/hospital.</xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:simpleContent>
                                        <xs:extension base="GcsQualifier">
                                            <xs:attribute ref="biu"/>
                                        </xs:extension>
                                    </xs:simpleContent>
                                </xs:complexType>
                            </xs:element>
                            <xs:element name="GcsQualifier3">
                                <xs:annotation>
                                    <xs:documentation>Documentation of factors potentially affecting the first assessment of GCS upon arrival in the ED/hospital.</xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:simpleContent>
                                        <xs:extension base="GcsQualifier">
                                            <xs:attribute ref="biu"/>
                                        </xs:extension>
                                    </xs:simpleContent>
                                </xs:complexType>
                            </xs:element>-->
							<xs:element name="AlcoholUseIndicators">
								<xs:annotation>
									<xs:documentation>Use of alcohol by the patient.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="AlcoholUseIndicators">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="DrugUseIndicators">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="2">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DrugUseIndicator">
														<xs:annotation>
															<xs:documentation>Use of drugs by the patient.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="DrugUseIndicator">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--<xs:element name="EdProcedures">
                                <xs:complexType>
                                    <xs:sequence>
                                        <xs:element name="item" maxOccurs="unbounded">
                                            <xs:complexType>
                                                <xs:sequence>
                                                    <xs:element name="EdProcedure">
                                                        <xs:annotation>
                                                            <xs:documentation>Operative and essential procedures conducted during ED admission.</xs:documentation>
                                                        </xs:annotation>
                                                        <xs:complexType>
                                                            <xs:simpleContent>
                                                                <xs:extension base="EdProcedure">
                                                                    <xs:attribute ref="biu"/>
                                                                </xs:extension>
                                                            </xs:simpleContent>
                                                        </xs:complexType>
                                                    </xs:element>
                                                </xs:sequence>
                                            </xs:complexType>
                                        </xs:element>
                                    </xs:sequence>
                                </xs:complexType>
                            </xs:element>-->
							<xs:element name="EdDischargeDisposition">
								<xs:annotation>
									<xs:documentation>The disposition of the patient at the time of discharge from the ED.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EdDischargeDisposition">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="DeathInEd">
								<xs:annotation>
									<xs:documentation>The type of death incurred while the patient was in the ED.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="DeathInEd">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EdDischargeDate">
								<xs:annotation>
									<xs:documentation>The date and time the patient was discharged from the ED.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="EdDischargeDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="EdDischargeTime">
								<xs:annotation>
									<xs:documentation>The date and time the patient was discharged from the ED.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!-- Hospital Procedure -->
							<xs:element name="HospitalProcedures">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="HospitalProcedure">
														<xs:annotation>
															<xs:documentation>Operative and essential procedures conducted during hospital stay.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="HospitalProcedure">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="HospitalProcedureStartDate">
														<xs:annotation>
															<xs:documentation>The date and time operative and essential procedures were performed.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="HospitalProcedureStartDate">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="HospitalProcedureStartTime">
														<xs:annotation>
															<xs:documentation>The date and time operative and essential procedures were performed.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="Time">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- Diagnosis -->
							<xs:element name="ComorbidConditions">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="5">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ComorbidCondition">
														<xs:annotation>
															<xs:documentation>Pre-existing comorbid factors present at patient arrive to ED/hospital.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="ComorbidCondition">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="InjuryDiagnoses">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="InjuryDiagnosis">
														<xs:annotation>
															<xs:documentation>Diagnoses related to all identified injuries.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="InjuryDiagnosis">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- Outcome -->
							<xs:element name="TotalIcuLos">
								<xs:annotation>
									<xs:documentation>The total number of patient days in any ICU (including all episodes).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="TotalIcuLos">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="TotalVentDays">
								<xs:annotation>
									<xs:documentation>The total number of patient days in any ICU (including all episodes).</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="TotalVentDays">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HospitalDischargeDate">
								<xs:annotation>
									<xs:documentation>The date the patient was discharged from the hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HospitalDischargeDate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HospitalDischargeTime">
								<xs:annotation>
									<xs:documentation>The time the patient was discharged from the hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="Time">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="HospitalDischargeDisposition">
								<xs:annotation>
									<xs:documentation>The disposition of the patient when discharged from the hospital.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="HospitalDischargeDisposition">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!-- Financial -->
							<xs:element name="PrimaryMethodPayment">
								<xs:annotation>
									<xs:documentation>Primary source of payment for hospital care.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="PrimaryMethodPayment">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<!-- Quality -->
							<xs:element name="HospitalComplications">
								<xs:complexType>
									<xs:all>
										<xs:element name="item">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="HospitalComplication">
														<xs:annotation>
															<xs:documentation>Diagnoses related to all identified injuries.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="HospitalComplication">
																	<xs:attribute ref="biu"/>
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:all>
								</xs:complexType>
							</xs:element>
						</xs:all>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="NTRVersion" use="required" fixed="v2.0.0"/>
		</xs:complexType>
	</xs:element>
	<!-- *************************************************************************-->
	<!-- ************************** Data Types for Tags **************************-->
	<!-- *************************************************************************-->
	<!-- ************************** xs:simpleType Data Types DEMOGRAPHICS ************************** -->
	<xs:simpleType name="HomeZip">
		<xs:annotation>
			<xs:documentation>The patient's home ZIP code of residence</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[0-9]{5,10}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HomeCountry">
		<xs:annotation>
			<xs:documentation>The patient's home country where he/she resides.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[0-9]{2}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HomeState">
		<xs:annotation>
			<xs:documentation>The patient's home state (territory, province, or District of Columbia) where the patient resides.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="HomeCounty">
		<xs:annotation>
			<xs:documentation>The patient's home county (or parish) of residence.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[0-9]{2,3}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HomeCity">
		<xs:annotation>
			<xs:documentation>The patient's home city (or township, village) of residence.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[0-9]{5,6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HomeResidence">
		<xs:annotation>
			<xs:documentation>documentation of the type of patient without a home zip code.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Migrant</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Homeless</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Foreign Visitor</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Undocumented Citizen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="DateOfBirth">
		<xs:annotation>
			<xs:documentation>The patient's date of birth.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1890-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Age">
		<xs:annotation>
			<xs:documentation>The patient's age at the time of injury (best approximation)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minInclusive value="1"/>
					<xs:maxInclusive value="120"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AgeUnits">
		<xs:annotation>
			<xs:documentation>The units used to document the patient's age (Years, Months, Days, Hours)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Hours</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Days</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Months</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Years</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Ethnicity">
		<xs:annotation>
			<xs:documentation>The patient's race.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Hispanic or Latino</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Not Hispanic or Latino</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Race">
		<xs:annotation>
			<xs:documentation>The patient's race.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Asian</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Native Hawaiian or Other Pacific Islander</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Other Race</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>American Indian</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Black or African American</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>White</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Sex">
		<xs:annotation>
			<xs:documentation>
                The patient's sex.
            </xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Male</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Female</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<!--<xs:enumeration value="3">
                        <xs:annotation>
                            <xs:documentation>Transgender</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>-->
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!--<xs:simpleType name="TransGender">
        <xs:annotation>
            <xs:documentation>The patient's currently assigned sex.</xs:documentation>
        </xs:annotation>
        <xs:union memberTypes="Blank">
            <xs:simpleType>
                <xs:restriction base="xs:integer">
                    <xs:enumeration value="1">
                        <xs:annotation>
                            <xs:documentation>Female Assignment</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="2">
                        <xs:annotation>
                            <xs:documentation>Male Assignment</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:union>
    </xs:simpleType>-->
	<!-- ************************** xs:simpleType Data Types INJURY ************************** -->
	<xs:simpleType name="IncidentDate">
		<xs:annotation>
			<xs:documentation>The date/time the injury occurred.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IncidentTime">
		<xs:annotation>
			<xs:documentation>The date/time the injury occurred.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="WorkRelated">
		<xs:annotation>
			<xs:documentation>Indication of whether the injury occurred during paid employment.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientsOccupationalIndustry">
		<xs:annotation>
			<xs:documentation>The occupational industry associated with the patient's work environment.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Construction</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Finance, Insurance, and Real Estate</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Government</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Manufacturing</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Natural Resources and Mining</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Retail Trade</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Other Services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Transportation and Public Utilities</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>Wholesale Trade</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>Leisure and Hospitality</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>Transportation and Utilities</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Agriculture, Forestry, Fishing</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Professional and Business Services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Education and Health Services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PatientsOccupation">
		<xs:annotation>
			<xs:documentation>The occupation of the patient.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>Management Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Business and Financial Operations Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>Computer and Mathematical Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Architecture and Engineering Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>Life, Physical, and Social Science Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Community and Social Services Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>Legal Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Education, Training, and Library Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="16">
						<xs:annotation>
							<xs:documentation>Arts, Design, Entertainment, Sports, and Media</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Healthcare Practitioners and Technical Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="17">
						<xs:annotation>
							<xs:documentation>Healthcare Support Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Protective Service Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="18">
						<xs:annotation>
							<xs:documentation>Food Preparation and Serving Related</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Building and Grounds Cleaning and Maintenance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="19">
						<xs:annotation>
							<xs:documentation>Personal Care and Service Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Sales and Related Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="20">
						<xs:annotation>
							<xs:documentation>Office and Administrative Support Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Farming, Fishing, and Forestry Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="21">
						<xs:annotation>
							<xs:documentation>Construction and Extraction Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Installation, Maintenance, and Repair Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="22">
						<xs:annotation>
							<xs:documentation>Production Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Transportation and Material Moving Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="23">
						<xs:annotation>
							<xs:documentation>Military Specific Occupations</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PrimaryECode">
		<xs:annotation>
			<xs:documentation>E-code used to describe the mechanism (or external factor) that caused the injury event.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="0"/>
					<xs:maxLength value="6"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="LocationECode">
		<xs:annotation>
			<xs:documentation>E-code used to describe the place/site/location of the injury event (E 849.X).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:minExclusive value="0" />
					<xs:maxInclusive value="9" />
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AdditionalECode">
		<xs:annotation>
			<xs:documentation>Additional E-code used to describe, for example, a mass casualty event, or other external cause.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="0"/>
					<xs:maxLength value="6"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!---<xs:simpleType name="InjuryZip">
        <xs:annotation>
            <xs:documentation>The ZIP code of the incident location.</xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:integer">
            <xs:pattern value="[0-9]{3,10}"/>
        </xs:restriction>
    </xs:simpleType> -->
	<xs:simpleType name="IncidentState">
		<xs:annotation>
			<xs:documentation>The state, territory, or province where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IncidentCounty">
		<xs:annotation>
			<xs:documentation>The county or parish where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="2"/>
					<xs:maxLength value="2"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IncidentCity">
		<xs:annotation>
			<xs:documentation>The city or township where the patient was found or to which the unit responded (or best approximation).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="5"/>
					<xs:maxLength value="6"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="ProtectiveDevice">
		<xs:annotation>
			<xs:documentation>Protective devices (safety equipment) in use or worn by the patient at the time of the injury.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>None</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Child Restraint (booster seat, child car seat)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Lap Belt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Helmet (eg. Bicycle, Skiing, Motorcycle)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Personal Floatation Device</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Airbag Present</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Protective Non-Clothing Gear (e.g., shin guard)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Protective Clothing (e.g., padded leather pants)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Eye Protection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Shoulder Belt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="ChildSpecificRestraint">
		<xs:annotation>
			<xs:documentation>Protective child restraint devices used by patient at the time of injury.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Child Car Seat</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Infant Car Seat</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Child Booster Seat</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AirbagDeployment">
		<xs:annotation>
			<xs:documentation>Indication of an airbag deployment during a motor vehicle crash.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Airbag Not Deployed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Airbag Deployed Side</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Airbag Deployed Front</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Airbag Deployed Other (knee, airbelt, curtain etc)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types PREHOSPITAL ************************** -->
	<xs:simpleType name="EmsNotifyDate">
		<xs:annotation>
			<xs:documentation>The date the unit transporting to the hospital was notified by dispatch.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsNotifyTime">
		<xs:annotation>
			<xs:documentation>The time the unit transporting to the hospital was notified by dispatch.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="EmsArrivalDate">
		<xs:annotation>
			<xs:documentation>The date and time the unit transporting to the hospital arrived on the scene (the date/time the vehicle stopped</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsArrivalTime">
		<xs:annotation>
			<xs:documentation>The date and time the unit transporting to the hospital arrived on the scene (the date/time the vehicle stopped</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="EmsLeftDate">
		<xs:annotation>
			<xs:documentation>The date and time the unit transporting to the hospital left the scene (started moving).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsLeftTime">
		<xs:annotation>
			<xs:documentation>The date and time the unit transporting to the hospital left the scene (started moving).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="TransportMode">
		<xs:annotation>
			<xs:documentation>The mode of transport delivering the patient to the hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Private/Public Vehicle/Walk-in</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Police</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Ground Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Helicopter Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Fixed-wing Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="OtherTransportMode">
		<xs:annotation>
			<xs:documentation>All other modes of transport used during patient care event, except the mode delivering the patient to the hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Private/Public Vehicle/Walk-in</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Police</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Ground Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Helicopter Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Fixed-wing Ambulance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsSbp">
		<xs:annotation>
			<xs:documentation>First recorded systolic blood pressure in the prehospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsPulseRate">
		<xs:annotation>
			<xs:documentation>First recorded pulse in the prehospital setting (palpated or auscultated, expressed as a number per minute).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsRespiratoryRate">
		<xs:annotation>
			<xs:documentation>First recorded respiratory rate in the prehospital setting (expressed as a number per minute).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="100"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsPulseOximetry">
		<xs:annotation>
			<xs:documentation>First recorded oxygen saturation in the prehospital setting (expressed as a percentage).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="100"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsGcsEye">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Eye) in the prehospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>No eye movement when assessed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Open eyes in response to painful stimulation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Opens eyes in reponse to verbal stimulation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Opens eyes spontaneously</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsGcsVerbal">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Verbal) in the prehospital setting.
                            Pediatric (≤ 2 years): 
                            1 = No vocal response	
                            2 = Inconsolable, agitated
                            3 = Inconsistently consolable, moaning	
                            4 = Cries but is consolable, inappropriate interactions
                            5 = Smiles, oriented to sounds, follows objects, 
                                  Interacts	
                                
                            Adult: 
                            1 = No verbal response	
                            2 = Incomprehensible sounds
                            3 = Inappropriate words	
                            4 = Confused
                            5 = Oriented
            </xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[12345]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsGcsMotor">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Motor) in the prehospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:annotation>
				<xs:documentation>
                        Pediatric (≤ 2 years): 
                        1 = No motor response	
                        2 = Extension to pain
                        3 = Flexion to pain	
                        4 = Withdrawal from pain
                        5 = Localizing pain	
                        6 = Appropriate response to stimulation
                            
                        Adult: 
                        1 = No motor response	
                        2 = Extension to pain
                        3 = Flexion to pain	
                        4 = Withdrawal from pain
                        5 = Localizing pain	
                        6 = Obeys commands
                </xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[123456]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EmsTotalGcs">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (total) in the prehospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="15"/>
					<xs:minInclusive value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="InterFacilityTransfer">
		<xs:annotation>
			<xs:documentation>Determination if the patient was transferred from another acute care facility.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types EMERGENCY ************************** -->
	<xs:simpleType name="HospitalArrivalTime">
		<xs:annotation>
			<xs:documentation>The time the patient arrived at the ED/Hospital</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="HospitalArrivalDate">
		<xs:annotation>
			<xs:documentation>The date the patient arrived at the ED/Hospital</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Sbp">
		<xs:annotation>
			<xs:documentation>First recorded systolic blood pressure in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PulseRate">
		<xs:annotation>
			<xs:documentation>First recorded pulse in the ED/hospital (palpated or auscultated, expressed as a number per minute).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Temperature">
		<xs:annotation>
			<xs:documentation>First recorded temperature (in degrees celsius/centrigrade) in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="RespiratoryRate">
		<xs:annotation>
			<xs:documentation>First recorded respiratory rate in the ED/hospital (expressed as a number per minute).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="100"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="RespiratoryAssistance">
		<xs:annotation>
			<xs:documentation>First recorded respiratory rate in the ED/hospital (expressed as a number per minute).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Unassisted Respiratory Rate</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Assisted Respiratory Rate</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="PulseOximetry">
		<xs:annotation>
			<xs:documentation>First recorded oxygen saturation in the ED/hospital (expressed as a percentage).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="100"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SupplementalOxygen">
		<xs:annotation>
			<xs:documentation>Determination of the presence of supplemental oxygen during assessment of initial ED/hospital oxygen saturation level.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Supplemental Oxygen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="0">
						<xs:annotation>
							<xs:documentation>No Supplemental Oxygen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="GcsEye">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Eye) in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>No eye movement when assessed</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Opens eyes in repsone to verbal stimulation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Opens eyes in reponse to painful stimulation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Opens eyes spontaneously</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="GcsVerbal">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Verbal) in the ED/hospital.
                        Pediatric (≤ 2 years): 
                        1 = No vocal response	
                        2 = Inconsolable, agitated
                        3 = Inconsistently consolable, moaning	
                        4 = Cries but is consolable, inappropriate interactions
                        5 = Smiles, oriented to sounds, follows objects, Interacts	                            
                        Adult: 
                        1 = No verbal response	
                        2 = Incomprehensible sounds
                        3 = Inappropriate words	
                        4 = Confused
                        5 = Oriented	            
            </xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[12345]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="GcsMotor">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (Motor) in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:pattern value="[123456]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TotalGcs">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (total) in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="15"/>
					<xs:minInclusive value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="GcsQualifier">
		<xs:annotation>
			<xs:documentation>Documentation of factors potentially affecting the first assessment of GCS upon arrival in the ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Obsturction to the Patient's Eye</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Patient Chemically Sedated</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Patient Intubated</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AlcoholUseIndicators">
		<xs:annotation>
			<xs:documentation>Use of alcohol by the patient.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>No (not suspected)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>No (confirmed by test)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Yes (confirmed by test [trace levels)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Yes (confirmed by test [beyond legal limit])</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="DrugUseIndicator">
		<xs:annotation>
			<xs:documentation>Use of drugs by the patient.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>No (not suspected)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Yes (confirmed by test [perscription drug])</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Yes (suspected)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Yes (confirmed by test [illegal use drug])</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!--<xs:simpleType name="EdProcedure">
        <xs:annotation>
            <xs:documentation>Operative and essential procedures conducted during ED admission.</xs:documentation>
        </xs:annotation>
        <xs:union memberTypes="Blank">
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:minLength value="1"/>
                    <xs:maxLength value="6"/>
                </xs:restriction>
            </xs:simpleType>
        </xs:union>
    </xs:simpleType>-->
	<xs:simpleType name="EdDischargeDisposition">
		<xs:annotation>
			<xs:documentation>The disposition of the patient at the time of discharge from the ED.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Floor bed (general admission, non specialty unit bed)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Observation unit (unit that provides &lt; 24 hour stays)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Telemetry/step-down unit (less acuity than ICU)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Home with services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Died</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Other (jail, institution care facility, mental health, etc)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Operating Room</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Intensive Care Unit</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Home without services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Left against medical advice</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Transferred to another hospital</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="DeathInEd">
		<xs:annotation>
			<xs:documentation>The type of death incurred while the patient was in the ED.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>DOA: Declared dead on arriva with minimal or no resuscitation attempt</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Death after failed resuscitation attempt (failure to respond within 15 minutes)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Died in ED (other than failed resuscitation attempt)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EdDischargeDate">
		<xs:annotation>
			<xs:documentation>The date the patient was discharged from the ED.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EdDischargeTime">
		<xs:annotation>
			<xs:documentation>The time the patient was discharged from the ED.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types HOSPITAL ************************** -->
	<xs:simpleType name="HospitalProcedure">
		<xs:annotation>
			<xs:documentation>Operative and essential procedures conducted during hospital stay.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:minLength value="1"/>
					<xs:maxLength value="6"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalProcedureStartDate">
		<xs:annotation>
			<xs:documentation>The date operative and essential procedures were performed.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalProcedureStartTime">
		<xs:annotation>
			<xs:documentation>The time operative and essential procedures were performed.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types DIAGNOSIS ************************** -->
	<xs:simpleType name="InjuryDiagnosis">
		<xs:annotation>
			<xs:documentation>Pre-existing comorbid factors present at patient arrive to ED/hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="ComorbidCondition">
		<xs:annotation>
			<xs:documentation>Diagnoses related to all identified injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>1   No NTDS co-morbidities are present</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>2   Alcoholism</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>3   Ascites within 30 days</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>4   Bleeding Disorder</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>5   Chemotherapy for cancer within 30 days</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>6   Congenital Anomalies</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>7   Congestive heart failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>8   Current smoker</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>9   Currently requiring or on dialysis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>10 CVA/residual neurological deficit</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>11 Diabetes mellitus</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>12 Disseminated cancer</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>13 Do Not Resuscitate (DNR) status</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>14 Esophageal varices</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>15 Functionally dependent health status</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="16">
						<xs:annotation>
							<xs:documentation>16 History of angina within past 1 month</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="17">
						<xs:annotation>
							<xs:documentation>17 History of myocardial infarction within past 6 months</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="18">
						<xs:annotation>
							<xs:documentation>18 History of revascularization / amputation for PVD</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="19">
						<xs:annotation>
							<xs:documentation>19 Hypertension requiring medication</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="20">
						<xs:annotation>
							<xs:documentation>20 Impaired sensorium</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="21">
						<xs:annotation>
							<xs:documentation>21 Prematurity</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="22">
						<xs:annotation>
							<xs:documentation>22 Obesity</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="23">
						<xs:annotation>
							<xs:documentation>23 Respiratory Disease</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="24">
						<xs:annotation>
							<xs:documentation>24 Steroid use</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types OUTCOME ************************** -->
	<xs:simpleType name="TotalIcuLos">
		<xs:annotation>
			<xs:documentation>The total number of patient days in any ICU (including all episodes).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="TotalVentDays">
		<xs:annotation>
			<xs:documentation>The total number of patient days spent on a mechanical ventilator (including all episodes).</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="400"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalDischargeDate">
		<xs:annotation>
			<xs:documentation>The date and time the patient was discharged from the hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:date">
					<xs:minInclusive value="1990-01-01"/>
					<xs:maxInclusive value="2030-01-01"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalDischargeTime">
		<xs:annotation>
			<xs:documentation>The date and time the patient was discharged from the hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="HospitalDischargeDisposition">
		<xs:annotation>
			<xs:documentation>The disposition of the patient when discharged from the hospital.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Transferred to another acute care hospital using EMS</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Discharged/Transferred to an Intermediate Care Facility</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Discharge/Transferred to home under care of Home Health Agency</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Left against medical advice</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Expired</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Discharged home with no home services</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Discharged/Transferred to Skilled Nursing Facility</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Discharged/Transfered to hospice care</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Discharged/Transferred to another type of rehabilitation or long term care</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<!--<xs:enumeration value="4">
                        <xs:annotation>
                            <xs:documentation>Discharged/Transferred to a Federal Hospital</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>-->
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types FINANCIAL ************************** -->
	<xs:simpleType name="PrimaryMethodPayment">
		<xs:annotation>
			<xs:documentation>Primary source of payment for hospital care.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Medicaid</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Not Billed (for any reason)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Self Pay</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Private/Commercial Insurance</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>No Fault Automobile</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Medicare</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Other Government</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Workers Compensation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Blue Cross/Blue Shield</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types QUALITY ASSURANCE ************************** -->
	<xs:simpleType name="HospitalComplication">
		<xs:annotation>
			<xs:documentation>Diagnoses related to all identified injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>1   No NTDS listed Medical Complications Occurred</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>2   Abdominal compartment syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>3   Abdominal fascia left open</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>4   Acute renal failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>5   Acute respiratory distress syndrome (ARDS)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>6   Base deficit</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>7   Bleeding</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>8   Cardiac arrest with CPR</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>9   Coagulopathy</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>10 Coma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>11 Decubitus ulcer</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>12 Deep surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>13 Drug or alcohol withdrawal syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>14 Deep Vein Thrombosis DVT / thrombophlebitis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>15 Extremity compartment syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="16">
						<xs:annotation>
							<xs:documentation>16 Graft/prosthesis/flap failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="17">
						<xs:annotation>
							<xs:documentation>17 Intracranial pressure elevation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="18">
						<xs:annotation>
							<xs:documentation>18 Myocardial infarction</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="19">
						<xs:annotation>
							<xs:documentation>19 Organ/space surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="20">
						<xs:annotation>
							<xs:documentation>20 Pneumonia</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="21">
						<xs:annotation>
							<xs:documentation>21 Pulmonary embolism</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="22">
						<xs:annotation>
							<xs:documentation>22 Stroke / CVA</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="23">
						<xs:annotation>
							<xs:documentation>23 Superficial surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="24">
						<xs:annotation>
							<xs:documentation>24 Systemic sepsis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="25">
						<xs:annotation>
							<xs:documentation>25 Unplanned intubation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="26">
						<xs:annotation>
							<xs:documentation>26 Wound disruption</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types Hospital Characteristics ************************** -->
	<xs:simpleType name="AHAHospitalNumber">
		<xs:annotation>
			<xs:documentation>The number assigned to the admitting hospital by the American Hospital Association.           </xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="8"/>
					<xs:minLength value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="HospitalTraumaDesignation">
		<xs:annotation>
			<xs:documentation>Determination of whether the hospital has been verified and/or designated as a trauma center.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Yes</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>No</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="LevelTraumaDesignationA">
		<xs:annotation>
			<xs:documentation>Determination of trauma center level at which the hospital is verified and/or designated.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Adult Level - 1</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Adult Level - 2</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Adult Level - 3</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Adult Level 4/5/Unspecified</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>No adult level assigned</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="LevelTraumaDesignationP">
		<xs:annotation>
			<xs:documentation>Determination of trauma center level at which the hospital is verified and/or designated.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Pediatric Level - 1</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Pediatric Level - 2</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>No pediatric level assigned</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="CenterDesignatingBody">
		<xs:annotation>
			<xs:documentation>Identification of the organization of governing body designating/verifying the trauma center.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Verified by the American College of Surgeons</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Designated by State of Local Authority</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Verified by ACS and Designated by State or Local Authority</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Self-designated</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** Common Domains ************************** -->
	<xs:simpleType name="Time">
		<xs:annotation>
			<xs:documentation>Used for times</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank xs:time"/>
	</xs:simpleType>
	<xs:simpleType name="Zip">
		<xs:annotation>
			<xs:documentation>Used for zips</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="10"/>
					<xs:minLength value="5"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Blank">
		<xs:annotation>
			<xs:documentation>Used for blanks/nulls</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="0"/>
			<xs:minLength value="0"/>
		</xs:restriction>
	</xs:simpleType>
	<!-- ************************** Common Null Values ************************** -->
	<xs:attribute name="biu">
		<xs:simpleType>
			<xs:restriction base="xs:string">
				<xs:enumeration value="1">
					<xs:annotation>
						<xs:documentation>Not Applicable</xs:documentation>
					</xs:annotation>
				</xs:enumeration>
				<xs:enumeration value="2">
					<xs:annotation>
						<xs:documentation>Not Known</xs:documentation>
					</xs:annotation>
				</xs:enumeration>
				<xs:enumeration value="3">
					<xs:annotation>
						<xs:documentation>Not Recorded</xs:documentation>
					</xs:annotation>
				</xs:enumeration>
				<!--<xs:enumeration value="">
                    <xs:annotation>
                        <xs:documentation>blank</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>-->
			</xs:restriction>
		</xs:simpleType>
	</xs:attribute>
</xs:schema>
