<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="NtdsRecords">
		<xs:annotation>
			<xs:documentation>Root Tag</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="NtdsRecord" minOccurs="1" maxOccurs="unbounded">
					<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 primary 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 country where the patient 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 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 city (or township, or 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="2">
											<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="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: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="IncidentCountry">
								<xs:annotation>
									<xs:documentation>The country 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="IncidentCountry">
											<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="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="ProtectiveDevices">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" maxOccurs="10">
											<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="4">
											<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 your 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 your 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 your hospital arrived on the scene.</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 your hospital arrived on the scene (the time the vehicle stopped 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="EmsLeftDate">
								<xs:annotation>
									<xs:documentation>The date the unit transporting to your hospital left the scene.</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 your hospital left the scene (the time the vehicle 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 your 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="5">
											<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 pre-hospital 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 pre-hospital 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 pre-hospital 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 pre-hospital 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 pre-hospital 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 pre-hospital 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 pre-hospital 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 pre-hospital 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>Was the patient transferred to your facility 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 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 time the patient arrived to the ED/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="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 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="PulseRate">
											<xs:attribute ref="biu"/>
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Temperature">
								<xs:annotation>
									<xs:documentation>First recorded temperature (in degrees celsius/centrigrade) in the ED/hospital.</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="RespiratoryAssistance">
								<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="RespiratoryAssistance">
											<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 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 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="200">
											<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 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 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 co-morbid factors present before patient arrival at the 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="50">
											<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>
							<!-- Injury Severity Information -->
							<xs:element name="AisCodes">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="item" minOccurs="0" maxOccurs="50">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="AisPredot">
														<xs:annotation>
															<xs:documentation>The Abbreviated Injury Scale (AIS) predot codes that reflect the patient’s injuries.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="AisPredot">
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="AisSeverity">
														<xs:annotation>
															<xs:documentation>The Abbreviated Injury Scale (AIS) severity codes that reflect the patient’s injuries.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="AisSeverity">
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
													<xs:element name="IssRegion">
														<xs:annotation>
															<xs:documentation>The Injury Severity Score (ISS) body region codes that reflects the patient’s injuries.</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:simpleContent>
																<xs:extension base="IssRegion">
																</xs:extension>
															</xs:simpleContent>
														</xs:complexType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="AisVersion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The software (and version) used to calculate Abbreviated Injury Scale (AIS) severity codes.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="AisVersion">
										</xs:extension>
									</xs:simpleContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="IssLocal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>The Injury Severity Score (ISS) that reflects the patient’s injuries.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:simpleContent>
										<xs:extension base="IssLocal">
										</xs:extension>
									</xs:simpleContent>
								</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 spent on a mechanical ventilator (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:sequence>
										<xs:element name="item" maxOccurs="10">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="HospitalComplication">
														<xs:annotation>
															<xs:documentation>Any medical complication that occurred during the patient’s stay at your hospital.</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:sequence>
								</xs:complexType>
							</xs:element>
						</xs:all>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="NtdsVersion" use="required" fixed="v1.2.1"/>
		</xs:complexType>
	</xs:element>
	<!-- *************************************************************************-->
	<!-- ************************** Data Types for Tags **************************-->
	<!-- *************************************************************************-->
	<!-- ************************** xs:simpleType Data Types DEMOGRAPHICS ************************** -->
	<!--<xs:simpleType name="
	">
		<xs:annotation>
			<xs:documentation>The patient's home 
			 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 country where the patient resides.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[A-Z]{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:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[0-9]{2}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</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:string">
					<xs:pattern value="[0-9]{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:string">
					<xs:pattern value="[0-9]{5}"/>
				</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="0"/>
					<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 ethnicity.</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 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 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:integer">
					<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="14">
						<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="11">
						<xs:annotation>
							<xs:documentation>Information Services</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="3"/>
					<xs:maxLength value="5"/>
				</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:minInclusive 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="3"/>
					<xs:maxLength value="5"/>
				</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="IncidentCountry">
		<xs:annotation>
			<xs:documentation>The country 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:pattern value="[A-Z]{2}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</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:pattern value="[0-9]{2}"/>
				</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:pattern value="[0-9]{3}"/>
				</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:pattern value="[0-9]{5}"/>
				</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 your 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 the unit transporting to your hospital arrived on the scene (the time the vehicle stopped 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="EmsArrivalTime">
		<xs:annotation>
			<xs:documentation>The 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 the unit transporting to your hospital left the scene (the time the vehicle 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 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 your 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 pre-hospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="299"/>
					<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 pre-hospital 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="299"/>
					<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="59"/>
					<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 pre-hospital 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 pre-hospital 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 response 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 pre-hospital 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 pre-hospital setting.
						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: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="EmsTotalGcs">
		<xs:annotation>
			<xs:documentation>First recorded Glasgow Coma Score (total) in the pre-hospital setting.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="15"/>
					<xs:minInclusive value="3"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="InterFacilityTransfer">
		<xs:annotation>
			<xs:documentation>Was the patient transferred to your facility from another acute care facility?</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 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 to 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="299"/>
					<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="299"/>
					<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="120"/>
					<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="59"/>
					<xs:minInclusive value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="RespiratoryAssistance">
		<xs:annotation>
			<xs:documentation>Determination of respiratory assistance associated with the initial ED/hospital respiratory rate.</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="2">
						<xs:annotation>
							<xs:documentation>Supplemental Oxygen</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="1">
						<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="3">
						<xs:annotation>
							<xs:documentation>Opens eyes in response to verbal stimulation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Opens eyes in response 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.
						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: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="3"/>
				</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>Obstruction 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 [prescription drug])</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="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:integer">
					<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 (ICU)</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:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>DOA: Declared dead on arrival 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="5"/>
				</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 INJURY SEVERITY ************************** -->
	<xs:simpleType name="AisPredot">
		<xs:annotation>
			<xs:documentation>The Abbreviated Injury Scale (AIS) predot codes that reflect the patient’s injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[0-9]{6}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AisSeverity">
		<xs:annotation>
			<xs:documentation>The Abbreviated Injury Scale (AIS) severity codes that reflect the patient’s injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Minor Injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Moderate Injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Serious Injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Severe Injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Critical Injury</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Maximum Injury, Virtually Unsurvivable</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IssRegion">
		<xs:annotation>
			<xs:documentation>The Injury Severity Score (ISS) body region codes that reflects the patient’s injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>Head or Neck</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Face</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Chest</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Abdominal or pelvic contents</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Extremities or pelvic girdle</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>External</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="AisVersion">
		<xs:annotation>
			<xs:documentation>The software (and version) used to calculate Abbreviated Injury Scale (AIS) severity codes.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:enumeration value="1">
						<xs:annotation>
							<xs:documentation>80 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>85 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>90 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>95 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>98 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>05 Full code (description and severity, XXXXXX.Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>ICD Map</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Tri-Code</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>AIS80 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>AIS85 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>AIS90 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>AIS95 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>AIS98 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>AIS05 only (Severity only, .Y)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>Other</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="IssLocal">
		<xs:annotation>
			<xs:documentation>The Injury Severity Score (ISS) that reflects the patient’s injuries.</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="Blank">
			<xs:simpleType>
				<xs:restriction base="xs:integer">
					<xs:maxInclusive value="75"/>
					<xs:minInclusive value="1"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<!-- ************************** xs:simpleType Data Types DIAGNOSIS ************************** -->
	<xs:simpleType name="InjuryDiagnosis">
		<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:minLength value="3"/>
					<xs:maxLength value="6"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="ComorbidCondition">
		<xs:annotation>
			<xs:documentation>Pre-existing co-morbid factors present before patient arrival at 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 NTDS co-morbidities are present</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Alcoholism</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Ascites within 30 days</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Bleeding Disorder</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Chemotherapy for cancer within 30 days</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Congenital Anomalies</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Congestive heart failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Current smoker</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Currently requiring or on dialysis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>CVA/residual neurological deficit</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Diabetes mellitus</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>Disseminated cancer</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>Do Not Resuscitate (DNR) status</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>Esophageal varices</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>Functionally dependent health status</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="16">
						<xs:annotation>
							<xs:documentation>History of angina within past 1 month</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="17">
						<xs:annotation>
							<xs:documentation>History of myocardial infarction within past 6 months</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="18">
						<xs:annotation>
							<xs:documentation>History of revascularization / amputation for PVD</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="19">
						<xs:annotation>
							<xs:documentation>Hypertension requiring medication</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="20">
						<xs:annotation>
							<xs:documentation>Impaired sensorium</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="21">
						<xs:annotation>
							<xs:documentation>Prematurity</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="22">
						<xs:annotation>
							<xs:documentation>Obesity</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="23">
						<xs:annotation>
							<xs:documentation>Respiratory Disease</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="24">
						<xs:annotation>
							<xs:documentation>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 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 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>Discharged/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>Any medical complication that occurred during the patient’s stay at your 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 NTDS listed Medical Complications Occurred</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="2">
						<xs:annotation>
							<xs:documentation>Abdominal compartment syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="3">
						<xs:annotation>
							<xs:documentation>Abdominal fascia left open</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="4">
						<xs:annotation>
							<xs:documentation>Acute renal failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="5">
						<xs:annotation>
							<xs:documentation>Acute respiratory distress syndrome (ARDS)</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="6">
						<xs:annotation>
							<xs:documentation>Base deficit</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="7">
						<xs:annotation>
							<xs:documentation>Bleeding</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="8">
						<xs:annotation>
							<xs:documentation>Cardiac arrest with CPR</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="9">
						<xs:annotation>
							<xs:documentation>Coagulopathy</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="10">
						<xs:annotation>
							<xs:documentation>Coma</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="11">
						<xs:annotation>
							<xs:documentation>Decubitus ulcer</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="12">
						<xs:annotation>
							<xs:documentation>Deep surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="13">
						<xs:annotation>
							<xs:documentation>Drug or alcohol withdrawal syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="14">
						<xs:annotation>
							<xs:documentation>Deep Vein Thrombosis DVT / thrombophlebitis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="15">
						<xs:annotation>
							<xs:documentation>Extremity compartment syndrome</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="16">
						<xs:annotation>
							<xs:documentation>Graft/prosthesis/flap failure</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="17">
						<xs:annotation>
							<xs:documentation>Intracranial pressure elevation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="18">
						<xs:annotation>
							<xs:documentation>Myocardial infarction</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="19">
						<xs:annotation>
							<xs:documentation>Organ/space surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="20">
						<xs:annotation>
							<xs:documentation>Pneumonia</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="21">
						<xs:annotation>
							<xs:documentation>Pulmonary embolism</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="22">
						<xs:annotation>
							<xs:documentation>Stroke / CVA</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="23">
						<xs:annotation>
							<xs:documentation>Superficial surgical site infection</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="24">
						<xs:annotation>
							<xs:documentation>Systemic sepsis</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="25">
						<xs:annotation>
							<xs:documentation>Unplanned intubation</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="26">
						<xs:annotation>
							<xs:documentation>Wound disruption</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:pattern value="[0-9]{5}(-[0-9]{4})?"/>
				</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>