element -> <eScene.01>
eScene.01 First EMS Unit on Scene Yes Yes Documentation that this EMS Unit was the first EMS Unit for the EMS Agency on the Scene Required Added to improve the evaluation of Response Times when multiple EMS units are responding to the same scene.
Namespace:
Type:
anonymous (extension of YesNoValues)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eScene complexType in eScene_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eScene.01
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eScene.01>
Simple Content Detail:
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  YesNoValues (extension)
      complexType
Derivation:
extension of YesNoValues
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.FirstEMSUnitonScene" name="eScene.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="YesNoValues">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>