Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema dVehicle_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element dVehicle / dVehicle.VehicleGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about Vehicle defined information
Diagram
DiagramdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_CorrelationIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_UUIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.01dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.02dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.03dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.04dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroupdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.09dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.10dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children dVehicle.01, dVehicle.02, dVehicle.03, dVehicle.04, dVehicle.09, dVehicle.10, dVehicle.VehicleCertificationLevelsGroup, dVehicle.YearGroup
Instance
<dVehicle.VehicleGroup CorrelationID="" UUID="" xmlns="http://www.nemsis.org">
  <dVehicle.01 NV="">{0,1}</dVehicle.01>
  <dVehicle.02>{0,1}</dVehicle.02>
  <dVehicle.03>{0,1}</dVehicle.03>
  <dVehicle.04 NV="">{0,1}</dVehicle.04>
  <dVehicle.VehicleCertificationLevelsGroup CorrelationID="" UUID="">{0,unbounded}</dVehicle.VehicleCertificationLevelsGroup>
  <dVehicle.09>{0,1}</dVehicle.09>
  <dVehicle.10 NV="">{0,1}</dVehicle.10>
  <dVehicle.YearGroup CorrelationID="" UUID="">{0,unbounded}</dVehicle.YearGroup>
</dVehicle.VehicleGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
UUID UUID required
Source
<xs:element name="dVehicle.VehicleGroup" id="dVehicle.VehicleGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about Vehicle defined information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="dVehicle.01" nillable="true" id="dVehicle.UnitVehicleNumber" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.01</number>
              <name>Unit/Vehicle Number</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The unique ID number for the unit which is specific for each vehicle. This ID number may be the state's vehicle's permit number.</definition>
              <v2Number>D06_01</v2Number>
              <usage>Recommended</usage>
              <comment>This element can be used in EMS PCR documentation to document the vehicle. This element should be used to populate eResponse.13 (EMS Vehicle (Unit) Number).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="VehicleNumber">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="dVehicle.02" type="VehicleIdentificationNumber" id="dVehicle.VehicleIdentificationNumber" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.02</number>
              <name>Vehicle Identification Number</name>
              <national>No</national>
              <state>No</state>
              <definition>The manufacturer's VIN associated with the vehicle.</definition>
              <usage>Optional</usage>
              <comment>Consider VIN standard ISO-3779 and ISO-3780.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.03" type="EMSUnitCallSign" id="dVehicle.EMSUnitCallSign" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.03</number>
              <name>EMS Unit Call Sign</name>
              <national>No</national>
              <state>No</state>
              <definition>The EMS unit number used to dispatch and communicate with the unit. This may be the same as the EMS Unit/Vehicle Number in many agencies.</definition>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.04" nillable="true" id="dVehicle.VehicleType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.04</number>
              <name>Vehicle Type</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The vehicle type of the unit (ambulance, fire, truck, etc.).</definition>
              <v2Number>D06_03</v2Number>
              <usage>Recommended</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="VehicleType">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="dVehicle.VehicleCertificationLevelsGroup" id="dVehicle.VehicleCertificationLevelsGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Group Tag to hold info about Vehicle certification and number of personnel</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="dVehicle.05" type="StateCertificationLicensureLevels" id="dVehicle.CrewStateCertificationLicensureLevels" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.05</number>
                    <name>Crew State Certification/Licensure Levels</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The certification/licensure level of the ambulance by the state or the certification/licensure level at which the vehicle is most commonly staffed.</definition>
                    <v2Number>D06_04</v2Number>
                    <usage>Optional</usage>
                    <comment>The category Emergency Medical Technician - Intermediate includes EMS professionals with an "85" or "99" certification level.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dVehicle.06" type="NumberofPersonnel" id="dVehicle.NumberofPersonnelonNormal911AmbulanceResponse" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.06</number>
                    <name>Number of Each EMS Personnel Level on Normal 911 Ambulance Response</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The number of each personnel level associated with the vehicle crew.</definition>
                    <v2Number>D06_05</v2Number>
                    <usage>Optional</usage>
                    <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dVehicle.07" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormal911ResponseNonTransportVehicle" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.07</number>
                    <name>Number of Each EMS Personnel Level on Normal 911 Response (Non-Transport) Vehicle</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Non-Transport Ambulance.</definition>
                    <usage>Optional</usage>
                    <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dVehicle.08" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormalMedicalNon911TransportAmbulance" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.08</number>
                    <name>Number of Each EMS Personnel Level on Normal Medical (Non-911) Transport Ambulance</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Transport Ambulance.</definition>
                    <usage>Optional</usage>
                    <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05(Crew State Certification/Licensure Levels).</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          <xs:attribute name="UUID" type="UUID" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="dVehicle.09" type="VehicleInitialCost" id="dVehicle.VehicleInitialCost" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.09</number>
              <name>Vehicle Initial Cost</name>
              <national>No</national>
              <state>No</state>
              <definition>Initial costs of vehicles held by agency excluding all medical and other equipment not associated with the vehicle. This cost should be inclusive of all sources of funding including grants, donations, and any other capital.</definition>
              <v2Number>D06_06</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.10" nillable="true" id="dVehicle.VehicleModelYear" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.10</number>
              <name>Vehicle Model Year</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The year the vehicle was manufactured.</definition>
              <v2Number>D06_07</v2Number>
              <usage>Recommended</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="Year">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="dVehicle.YearGroup" id="dVehicle.YearGroup" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Group Tag to hold info about Vehicle hours and odometer mileage/kilometers per year</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="dVehicle.11" type="Year" id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.11</number>
                    <name>Year Miles/Kilometers Hours Accrued</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The year the hours and miles/kilometers were accumulated.</definition>
                    <v2Number>D06_08</v2Number>
                    <usage>Optional</usage>
                    <comment>The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dVehicle.12" type="VehicleHours" id="dVehicle.AnnualVehicleHours" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.12</number>
                    <name>Annual Vehicle Hours</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition>
                    <v2Number>D06_09</v2Number>
                    <usage>Optional</usage>
                    <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dVehicle.13" id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dVehicle.13</number>
                    <name>Annual Vehicle Miles/Kilometers</name>
                    <national>No</national>
                    <state>No</state>
                    <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition>
                    <v2Number>D06_10</v2Number>
                    <usage>Optional</usage>
                    <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="AnnualOdometerReading">
                    <xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          <xs:attribute name="UUID" type="UUID" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
    <xs:attribute name="UUID" type="UUID" use="required"/>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.01</number>
  <name>Unit/Vehicle Number</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The unique ID number for the unit which is specific for each vehicle. This ID number may be the state's vehicle's permit number.</definition>
  <v2Number>D06_01</v2Number>
  <usage>Recommended</usage>
  <comment>This element can be used in EMS PCR documentation to document the vehicle. This element should be used to populate eResponse.13 (EMS Vehicle (Unit) Number).</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#VehicleNumberdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.01_NV
Type extension of VehicleNumber
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="dVehicle.01" nillable="true" id="dVehicle.UnitVehicleNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.01</number>
        <name>Unit/Vehicle Number</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The unique ID number for the unit which is specific for each vehicle. This ID number may be the state's vehicle's permit number.</definition>
        <v2Number>D06_01</v2Number>
        <usage>Recommended</usage>
        <comment>This element can be used in EMS PCR documentation to document the vehicle. This element should be used to populate eResponse.13 (EMS Vehicle (Unit) Number).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="VehicleNumber">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.02</number>
  <name>Vehicle Identification Number</name>
  <national>No</national>
  <state>No</state>
  <definition>The manufacturer's VIN associated with the vehicle.</definition>
  <usage>Optional</usage>
  <comment>Consider VIN standard ISO-3779 and ISO-3780.</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#VehicleIdentificationNumber
Type VehicleIdentificationNumber
Properties
content simple
minOccurs 0
Facets
minLength 17
maxLength 17
Source
<xs:element name="dVehicle.02" type="VehicleIdentificationNumber" id="dVehicle.VehicleIdentificationNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.02</number>
        <name>Vehicle Identification Number</name>
        <national>No</national>
        <state>No</state>
        <definition>The manufacturer's VIN associated with the vehicle.</definition>
        <usage>Optional</usage>
        <comment>Consider VIN standard ISO-3779 and ISO-3780.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.03
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.03</number>
  <name>EMS Unit Call Sign</name>
  <national>No</national>
  <state>No</state>
  <definition>The EMS unit number used to dispatch and communicate with the unit. This may be the same as the EMS Unit/Vehicle Number in many agencies.</definition>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#EMSUnitCallSign
Type EMSUnitCallSign
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 50
Source
<xs:element name="dVehicle.03" type="EMSUnitCallSign" id="dVehicle.EMSUnitCallSign" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.03</number>
        <name>EMS Unit Call Sign</name>
        <national>No</national>
        <state>No</state>
        <definition>The EMS unit number used to dispatch and communicate with the unit. This may be the same as the EMS Unit/Vehicle Number in many agencies.</definition>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.04</number>
  <name>Vehicle Type</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The vehicle type of the unit (ambulance, fire, truck, etc.).</definition>
  <v2Number>D06_03</v2Number>
  <usage>Recommended</usage>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#VehicleTypedVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.04_NV
Type extension of VehicleType
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="dVehicle.04" nillable="true" id="dVehicle.VehicleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.04</number>
        <name>Vehicle Type</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The vehicle type of the unit (ambulance, fire, truck, etc.).</definition>
        <v2Number>D06_03</v2Number>
        <usage>Recommended</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="VehicleType">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about Vehicle certification and number of personnel
Diagram
DiagramdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_CorrelationIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_UUIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_dVehicle.05dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_dVehicle.06dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_dVehicle.07dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.VehicleCertificationLevelsGroup_dVehicle.08
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children dVehicle.05, dVehicle.06, dVehicle.07, dVehicle.08
Instance
<dVehicle.VehicleCertificationLevelsGroup CorrelationID="" UUID="" xmlns="http://www.nemsis.org">
  <dVehicle.05>{0,1}</dVehicle.05>
  <dVehicle.06>{0,1}</dVehicle.06>
  <dVehicle.07>{0,1}</dVehicle.07>
  <dVehicle.08>{0,1}</dVehicle.08>
</dVehicle.VehicleCertificationLevelsGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
UUID UUID required
Source
<xs:element name="dVehicle.VehicleCertificationLevelsGroup" id="dVehicle.VehicleCertificationLevelsGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about Vehicle certification and number of personnel</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="dVehicle.05" type="StateCertificationLicensureLevels" id="dVehicle.CrewStateCertificationLicensureLevels" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.05</number>
              <name>Crew State Certification/Licensure Levels</name>
              <national>No</national>
              <state>No</state>
              <definition>The certification/licensure level of the ambulance by the state or the certification/licensure level at which the vehicle is most commonly staffed.</definition>
              <v2Number>D06_04</v2Number>
              <usage>Optional</usage>
              <comment>The category Emergency Medical Technician - Intermediate includes EMS professionals with an "85" or "99" certification level.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.06" type="NumberofPersonnel" id="dVehicle.NumberofPersonnelonNormal911AmbulanceResponse" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.06</number>
              <name>Number of Each EMS Personnel Level on Normal 911 Ambulance Response</name>
              <national>No</national>
              <state>No</state>
              <definition>The number of each personnel level associated with the vehicle crew.</definition>
              <v2Number>D06_05</v2Number>
              <usage>Optional</usage>
              <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.07" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormal911ResponseNonTransportVehicle" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.07</number>
              <name>Number of Each EMS Personnel Level on Normal 911 Response (Non-Transport) Vehicle</name>
              <national>No</national>
              <state>No</state>
              <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Non-Transport Ambulance.</definition>
              <usage>Optional</usage>
              <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.08" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormalMedicalNon911TransportAmbulance" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.08</number>
              <name>Number of Each EMS Personnel Level on Normal Medical (Non-911) Transport Ambulance</name>
              <national>No</national>
              <state>No</state>
              <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Transport Ambulance.</definition>
              <usage>Optional</usage>
              <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05(Crew State Certification/Licensure Levels).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
    <xs:attribute name="UUID" type="UUID" use="required"/>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / dVehicle.05
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.05</number>
  <name>Crew State Certification/Licensure Levels</name>
  <national>No</national>
  <state>No</state>
  <definition>The certification/licensure level of the ambulance by the state or the certification/licensure level at which the vehicle is most commonly staffed.</definition>
  <v2Number>D06_04</v2Number>
  <usage>Optional</usage>
  <comment>The category Emergency Medical Technician - Intermediate includes EMS professionals with an "85" or "99" certification level.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#StateCertificationLicensureLevels
Type StateCertificationLicensureLevels
Properties
content simple
minOccurs 0
Facets
enumeration 9917001
Advanced Emergency Medical Technician (AEMT)
enumeration 9917002
Emergency Medical Technician - Intermediate
enumeration 9917003
Emergency Medical Responder (EMR)
enumeration 9917005
Emergency Medical Technician (EMT)
enumeration 9917007
Paramedic
enumeration 9917019
Physician
enumeration 9917021
Critical Care Paramedic
enumeration 9917023
Community Paramedicine
enumeration 9917025
Nurse Practitioner
enumeration 9917027
Physician Assistant
enumeration 9917029
Licensed Practical Nurse (LPN)
enumeration 9917031
Registered Nurse
Source
<xs:element name="dVehicle.05" type="StateCertificationLicensureLevels" id="dVehicle.CrewStateCertificationLicensureLevels" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.05</number>
        <name>Crew State Certification/Licensure Levels</name>
        <national>No</national>
        <state>No</state>
        <definition>The certification/licensure level of the ambulance by the state or the certification/licensure level at which the vehicle is most commonly staffed.</definition>
        <v2Number>D06_04</v2Number>
        <usage>Optional</usage>
        <comment>The category Emergency Medical Technician - Intermediate includes EMS professionals with an "85" or "99" certification level.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / dVehicle.06
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.06</number>
  <name>Number of Each EMS Personnel Level on Normal 911 Ambulance Response</name>
  <national>No</national>
  <state>No</state>
  <definition>The number of each personnel level associated with the vehicle crew.</definition>
  <v2Number>D06_05</v2Number>
  <usage>Optional</usage>
  <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#NumberofPersonnel
Type NumberofPersonnel
Properties
content simple
minOccurs 0
Facets
maxInclusive 12
minInclusive 1
Source
<xs:element name="dVehicle.06" type="NumberofPersonnel" id="dVehicle.NumberofPersonnelonNormal911AmbulanceResponse" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.06</number>
        <name>Number of Each EMS Personnel Level on Normal 911 Ambulance Response</name>
        <national>No</national>
        <state>No</state>
        <definition>The number of each personnel level associated with the vehicle crew.</definition>
        <v2Number>D06_05</v2Number>
        <usage>Optional</usage>
        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / dVehicle.07
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.07</number>
  <name>Number of Each EMS Personnel Level on Normal 911 Response (Non-Transport) Vehicle</name>
  <national>No</national>
  <state>No</state>
  <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Non-Transport Ambulance.</definition>
  <usage>Optional</usage>
  <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#NumberofPersonnel
Type NumberofPersonnel
Properties
content simple
minOccurs 0
Facets
maxInclusive 12
minInclusive 1
Source
<xs:element name="dVehicle.07" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormal911ResponseNonTransportVehicle" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.07</number>
        <name>Number of Each EMS Personnel Level on Normal 911 Response (Non-Transport) Vehicle</name>
        <national>No</national>
        <state>No</state>
        <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Non-Transport Ambulance.</definition>
        <usage>Optional</usage>
        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / dVehicle.08
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.08</number>
  <name>Number of Each EMS Personnel Level on Normal Medical (Non-911) Transport Ambulance</name>
  <national>No</national>
  <state>No</state>
  <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Transport Ambulance.</definition>
  <usage>Optional</usage>
  <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05(Crew State Certification/Licensure Levels).</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#NumberofPersonnel
Type NumberofPersonnel
Properties
content simple
minOccurs 0
Facets
maxInclusive 12
minInclusive 1
Source
<xs:element name="dVehicle.08" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormalMedicalNon911TransportAmbulance" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.08</number>
        <name>Number of Each EMS Personnel Level on Normal Medical (Non-911) Transport Ambulance</name>
        <national>No</national>
        <state>No</state>
        <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Transport Ambulance.</definition>
        <usage>Optional</usage>
        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05(Crew State Certification/Licensure Levels).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.09
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.09</number>
  <name>Vehicle Initial Cost</name>
  <national>No</national>
  <state>No</state>
  <definition>Initial costs of vehicles held by agency excluding all medical and other equipment not associated with the vehicle. This cost should be inclusive of all sources of funding including grants, donations, and any other capital.</definition>
  <v2Number>D06_06</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#VehicleInitialCost
Type VehicleInitialCost
Properties
content simple
minOccurs 0
Facets
maxInclusive 10000000
minInclusive 1
Source
<xs:element name="dVehicle.09" type="VehicleInitialCost" id="dVehicle.VehicleInitialCost" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.09</number>
        <name>Vehicle Initial Cost</name>
        <national>No</national>
        <state>No</state>
        <definition>Initial costs of vehicles held by agency excluding all medical and other equipment not associated with the vehicle. This cost should be inclusive of all sources of funding including grants, donations, and any other capital.</definition>
        <v2Number>D06_06</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.10
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.10</number>
  <name>Vehicle Model Year</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The year the vehicle was manufactured.</definition>
  <v2Number>D06_07</v2Number>
  <usage>Recommended</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#YeardVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.10_NV
Type extension of Year
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="dVehicle.10" nillable="true" id="dVehicle.VehicleModelYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.10</number>
        <name>Vehicle Model Year</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The year the vehicle was manufactured.</definition>
        <v2Number>D06_07</v2Number>
        <usage>Recommended</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Year">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about Vehicle hours and odometer mileage/kilometers per year
Diagram
DiagramdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_CorrelationIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_UUIDdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_dVehicle.11dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_dVehicle.12dVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_dVehicle.13
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children dVehicle.11, dVehicle.12, dVehicle.13
Instance
<dVehicle.YearGroup CorrelationID="" UUID="" xmlns="http://www.nemsis.org">
  <dVehicle.11>{0,1}</dVehicle.11>
  <dVehicle.12>{0,1}</dVehicle.12>
  <dVehicle.13 DistanceUnit="">{0,1}</dVehicle.13>
</dVehicle.YearGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
UUID UUID required
Source
<xs:element name="dVehicle.YearGroup" id="dVehicle.YearGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about Vehicle hours and odometer mileage/kilometers per year</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="dVehicle.11" type="Year" id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.11</number>
              <name>Year Miles/Kilometers Hours Accrued</name>
              <national>No</national>
              <state>No</state>
              <definition>The year the hours and miles/kilometers were accumulated.</definition>
              <v2Number>D06_08</v2Number>
              <usage>Optional</usage>
              <comment>The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.12" type="VehicleHours" id="dVehicle.AnnualVehicleHours" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.12</number>
              <name>Annual Vehicle Hours</name>
              <national>No</national>
              <state>No</state>
              <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition>
              <v2Number>D06_09</v2Number>
              <usage>Optional</usage>
              <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dVehicle.13" id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dVehicle.13</number>
              <name>Annual Vehicle Miles/Kilometers</name>
              <national>No</national>
              <state>No</state>
              <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition>
              <v2Number>D06_10</v2Number>
              <usage>Optional</usage>
              <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="AnnualOdometerReading">
              <xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
    <xs:attribute name="UUID" type="UUID" use="required"/>
  </xs:complexType>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / dVehicle.11
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.11</number>
  <name>Year Miles/Kilometers Hours Accrued</name>
  <national>No</national>
  <state>No</state>
  <definition>The year the hours and miles/kilometers were accumulated.</definition>
  <v2Number>D06_08</v2Number>
  <usage>Optional</usage>
  <comment>The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#Year
Type Year
Properties
content simple
minOccurs 0
Facets
maxInclusive 2050
minInclusive 1900
Source
<xs:element name="dVehicle.11" type="Year" id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.11</number>
        <name>Year Miles/Kilometers Hours Accrued</name>
        <national>No</national>
        <state>No</state>
        <definition>The year the hours and miles/kilometers were accumulated.</definition>
        <v2Number>D06_08</v2Number>
        <usage>Optional</usage>
        <comment>The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / dVehicle.12
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.12</number>
  <name>Annual Vehicle Hours</name>
  <national>No</national>
  <state>No</state>
  <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition>
  <v2Number>D06_09</v2Number>
  <usage>Optional</usage>
  <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#VehicleHours
Type VehicleHours
Properties
content simple
minOccurs 0
Facets
maxInclusive 10000
minInclusive 1
Source
<xs:element name="dVehicle.12" type="VehicleHours" id="dVehicle.AnnualVehicleHours" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.12</number>
        <name>Annual Vehicle Hours</name>
        <national>No</national>
        <state>No</state>
        <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition>
        <v2Number>D06_09</v2Number>
        <usage>Optional</usage>
        <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / dVehicle.13
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dVehicle.13</number>
  <name>Annual Vehicle Miles/Kilometers</name>
  <national>No</national>
  <state>No</state>
  <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition>
  <v2Number>D06_10</v2Number>
  <usage>Optional</usage>
  <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment>
</nemsisTacDoc>
Diagram
DiagramdVehicle_v3_xsd.tmp#AnnualOdometerReadingdVehicle_v3_xsd.tmp#dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle_dVehicle_dVehicle.VehicleGroup_dVehicle.YearGroup_dVehicle.13_DistanceUnit
Type extension of AnnualOdometerReading
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
DistanceUnit DistanceUnits optional
Source
<xs:element name="dVehicle.13" id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dVehicle.13</number>
        <name>Annual Vehicle Miles/Kilometers</name>
        <national>No</national>
        <state>No</state>
        <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition>
        <v2Number>D06_10</v2Number>
        <usage>Optional</usage>
        <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AnnualOdometerReading">
        <xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Complex Type dVehicle
Namespace http://www.nemsis.org
Diagram
DiagramdVehicle_v3_xsd.tmp#dVehicle_dVehicle.VehicleGroup
Used by
Model
Children dVehicle.VehicleGroup
Source
<xs:complexType name="dVehicle" id="dVehicle.AgencyVehicleInformation">
  <xs:sequence>
    <xs:element name="dVehicle.VehicleGroup" id="dVehicle.VehicleGroup" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Group Tag to hold info about Vehicle defined information</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="dVehicle.01" nillable="true" id="dVehicle.UnitVehicleNumber" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.01</number>
                  <name>Unit/Vehicle Number</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The unique ID number for the unit which is specific for each vehicle. This ID number may be the state's vehicle's permit number.</definition>
                  <v2Number>D06_01</v2Number>
                  <usage>Recommended</usage>
                  <comment>This element can be used in EMS PCR documentation to document the vehicle. This element should be used to populate eResponse.13 (EMS Vehicle (Unit) Number).</comment>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="VehicleNumber">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="dVehicle.02" type="VehicleIdentificationNumber" id="dVehicle.VehicleIdentificationNumber" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.02</number>
                  <name>Vehicle Identification Number</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The manufacturer's VIN associated with the vehicle.</definition>
                  <usage>Optional</usage>
                  <comment>Consider VIN standard ISO-3779 and ISO-3780.</comment>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="dVehicle.03" type="EMSUnitCallSign" id="dVehicle.EMSUnitCallSign" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.03</number>
                  <name>EMS Unit Call Sign</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The EMS unit number used to dispatch and communicate with the unit. This may be the same as the EMS Unit/Vehicle Number in many agencies.</definition>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="dVehicle.04" nillable="true" id="dVehicle.VehicleType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.04</number>
                  <name>Vehicle Type</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The vehicle type of the unit (ambulance, fire, truck, etc.).</definition>
                  <v2Number>D06_03</v2Number>
                  <usage>Recommended</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="VehicleType">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="dVehicle.VehicleCertificationLevelsGroup" id="dVehicle.VehicleCertificationLevelsGroup" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Group Tag to hold info about Vehicle certification and number of personnel</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="dVehicle.05" type="StateCertificationLicensureLevels" id="dVehicle.CrewStateCertificationLicensureLevels" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.05</number>
                        <name>Crew State Certification/Licensure Levels</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The certification/licensure level of the ambulance by the state or the certification/licensure level at which the vehicle is most commonly staffed.</definition>
                        <v2Number>D06_04</v2Number>
                        <usage>Optional</usage>
                        <comment>The category Emergency Medical Technician - Intermediate includes EMS professionals with an "85" or "99" certification level.</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="dVehicle.06" type="NumberofPersonnel" id="dVehicle.NumberofPersonnelonNormal911AmbulanceResponse" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.06</number>
                        <name>Number of Each EMS Personnel Level on Normal 911 Ambulance Response</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The number of each personnel level associated with the vehicle crew.</definition>
                        <v2Number>D06_05</v2Number>
                        <usage>Optional</usage>
                        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="dVehicle.07" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormal911ResponseNonTransportVehicle" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.07</number>
                        <name>Number of Each EMS Personnel Level on Normal 911 Response (Non-Transport) Vehicle</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Non-Transport Ambulance.</definition>
                        <usage>Optional</usage>
                        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05 (Crew State Certification/Licensure Levels).</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="dVehicle.08" type="NumberofPersonnel" id="dVehicle.NumberofEachEMSPersonnelLevelonNormalMedicalNon911TransportAmbulance" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.08</number>
                        <name>Number of Each EMS Personnel Level on Normal Medical (Non-911) Transport Ambulance</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The number of each personnel level for your EMS Agency's Medical (Non-911) Transport Ambulance.</definition>
                        <usage>Optional</usage>
                        <comment>Indicate the number of each of the following EMS Personnel levels on the crew. Associated with each Certification/Licensure Level in dVehicle.05(Crew State Certification/Licensure Levels).</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
              <xs:attribute name="UUID" type="UUID" use="required"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="dVehicle.09" type="VehicleInitialCost" id="dVehicle.VehicleInitialCost" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.09</number>
                  <name>Vehicle Initial Cost</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>Initial costs of vehicles held by agency excluding all medical and other equipment not associated with the vehicle. This cost should be inclusive of all sources of funding including grants, donations, and any other capital.</definition>
                  <v2Number>D06_06</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="dVehicle.10" nillable="true" id="dVehicle.VehicleModelYear" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>dVehicle.10</number>
                  <name>Vehicle Model Year</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The year the vehicle was manufactured.</definition>
                  <v2Number>D06_07</v2Number>
                  <usage>Recommended</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="Year">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="dVehicle.YearGroup" id="dVehicle.YearGroup" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>Group Tag to hold info about Vehicle hours and odometer mileage/kilometers per year</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="dVehicle.11" type="Year" id="dVehicle.YearMilesKilometersHoursAccrued" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.11</number>
                        <name>Year Miles/Kilometers Hours Accrued</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The year the hours and miles/kilometers were accumulated.</definition>
                        <v2Number>D06_08</v2Number>
                        <usage>Optional</usage>
                        <comment>The grouping dVehicle.YearGroup, allows multiple year information to be stored for each EMS vehicle. This includes elements dVehicle.11 - Year Miles/Kilometers Hours Accrued, dVehicle.12 - Annual Vehicle Hours, and dVehicle.13 - Annual Vehicle Miles/Kilometers.</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="dVehicle.12" type="VehicleHours" id="dVehicle.AnnualVehicleHours" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.12</number>
                        <name>Annual Vehicle Hours</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The number of hours the vehicle was in service for the agency for the defined year.</definition>
                        <v2Number>D06_09</v2Number>
                        <usage>Optional</usage>
                        <comment>Associated with each year of element dVehicle.11 (Year Miles/Hours Accrued).</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                </xs:element>
                <xs:element name="dVehicle.13" id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0">
                  <xs:annotation>
                    <xs:documentation>
                      <nemsisTacDoc>
                        <number>dVehicle.13</number>
                        <name>Annual Vehicle Miles/Kilometers</name>
                        <national>No</national>
                        <state>No</state>
                        <definition>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</definition>
                        <v2Number>D06_10</v2Number>
                        <usage>Optional</usage>
                        <comment>Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.</comment>
                      </nemsisTacDoc>
                    </xs:documentation>
                  </xs:annotation>
                  <xs:complexType>
                    <xs:simpleContent>
                      <xs:extension base="AnnualOdometerReading">
                        <xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
                      </xs:extension>
                    </xs:simpleContent>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
              <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
              <xs:attribute name="UUID" type="UUID" use="required"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
        <xs:attribute name="UUID" type="UUID" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type VehicleNumber
Namespace http://www.nemsis.org
Annotations
The Vendor or company associated with the EMD card set and algorithms
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 25
Used by
Source
<xs:simpleType name="VehicleNumber">
  <xs:annotation>
    <xs:documentation>The Vendor or company associated with the EMD card set and algorithms</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="25"/>
  </xs:restriction>
</xs:simpleType>
Simple Type VehicleIdentificationNumber
Namespace http://www.nemsis.org
Annotations
The manufacturer's VIN associated with the vehicle.
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 17
maxLength 17
Used by
Source
<xs:simpleType name="VehicleIdentificationNumber">
  <xs:annotation>
    <xs:documentation>The manufacturer's VIN associated with the vehicle.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="17"/>
    <xs:maxLength value="17"/>
  </xs:restriction>
</xs:simpleType>
Simple Type VehicleType
Namespace http://www.nemsis.org
Annotations
Vehicle type of unit (ambulance, fire, truck, etc.)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 1404001
Ambulance
enumeration 1404003
ATV
enumeration 1404005
Bicycle
enumeration 1404007
Fire Apparatus
enumeration 1404009
Fixed Wing
enumeration 1404011
Motorcycle
enumeration 1404013
Other
enumeration 1404015
Personal Vehicle
enumeration 1404017
Quick Response Vehicle (Non-Transport Vehicle other than Fire Apparatus)
enumeration 1404019
Rescue
enumeration 1404021
Rotor Craft
enumeration 1404023
Snow Vehicle
enumeration 1404025
Watercraft
Used by
Source
<xs:simpleType name="VehicleType">
  <xs:annotation>
    <xs:documentation>Vehicle type of unit (ambulance, fire, truck, etc.)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="1404001">
      <xs:annotation>
        <xs:documentation>Ambulance</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404003">
      <xs:annotation>
        <xs:documentation>ATV</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404005">
      <xs:annotation>
        <xs:documentation>Bicycle</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404007">
      <xs:annotation>
        <xs:documentation>Fire Apparatus</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404009">
      <xs:annotation>
        <xs:documentation>Fixed Wing</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404011">
      <xs:annotation>
        <xs:documentation>Motorcycle</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404013">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404015">
      <xs:annotation>
        <xs:documentation>Personal Vehicle</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404017">
      <xs:annotation>
        <xs:documentation>Quick Response Vehicle (Non-Transport Vehicle other than Fire Apparatus)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404019">
      <xs:annotation>
        <xs:documentation>Rescue</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404021">
      <xs:annotation>
        <xs:documentation>Rotor Craft</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404023">
      <xs:annotation>
        <xs:documentation>Snow Vehicle</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1404025">
      <xs:annotation>
        <xs:documentation>Watercraft</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type NumberofPersonnel
Namespace http://www.nemsis.org
Annotations
The number of each personnel level associated with the vehicle crew.
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
maxInclusive 12
minInclusive 1
Used by
Source
<xs:simpleType name="NumberofPersonnel">
  <xs:annotation>
    <xs:documentation>The number of each personnel level associated with the vehicle crew.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="12"/>
  </xs:restriction>
</xs:simpleType>
Simple Type VehicleInitialCost
Namespace http://www.nemsis.org
Annotations
The Original cost of a vehicle
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
maxInclusive 10000000
minInclusive 1
Used by
Source
<xs:simpleType name="VehicleInitialCost">
  <xs:annotation>
    <xs:documentation>The Original cost of a vehicle</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="10000000"/>
  </xs:restriction>
</xs:simpleType>
Simple Type VehicleHours
Namespace http://www.nemsis.org
Annotations
The number of hours the vehicle was in service for the agency for the defined year.
Diagram
Diagram
Type restriction of xs:positiveInteger
Facets
maxInclusive 10000
minInclusive 1
Used by
Source
<xs:simpleType name="VehicleHours">
  <xs:annotation>
    <xs:documentation>The number of hours the vehicle was in service for the agency for the defined year.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:positiveInteger">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="10000"/>
  </xs:restriction>
</xs:simpleType>
Simple Type AnnualOdometerReading
Namespace http://www.nemsis.org
Annotations
The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 7
fractionDigits 1
Used by
Source
<xs:simpleType name="AnnualOdometerReading">
  <xs:annotation>
    <xs:documentation>The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="7"/>
    <xs:fractionDigits value="1"/>
  </xs:restriction>
</xs:simpleType>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.01 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.04 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.VehicleCertificationLevelsGroup / @UUID
Namespace No namespace
Type UUID
Properties
use required
Facets
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
Used by
Source
<xs:attribute name="UUID" type="UUID" use="required"/>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.10 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / dVehicle.13 / @DistanceUnit
Namespace No namespace
Type DistanceUnits
Properties
use optional
Facets
enumeration 9929001
Kilometers
enumeration 9929003
Miles
Used by
Source
<xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute dVehicle / dVehicle.VehicleGroup / dVehicle.YearGroup / @UUID
Namespace No namespace
Type UUID
Properties
use required
Facets
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
Used by
Source
<xs:attribute name="UUID" type="UUID" use="required"/>
Attribute dVehicle / dVehicle.VehicleGroup / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute dVehicle / dVehicle.VehicleGroup / @UUID
Namespace No namespace
Type UUID
Properties
use required
Facets
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
Used by
Source
<xs:attribute name="UUID" type="UUID" use="required"/>