element -> <eScene.10>
eScene.10 Incident Facility Code No Yes The state, regulatory, or other unique number (code) associated with the facility if the Incident is a Healthcare Facility. E08_08 Recommended This may be populated from a list created within dFacility.03 (Facility Location Code) or dFacility.05 (Facility National Provider Identifier).
Namespace:
Type:
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.10
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eScene.10>
Simple Content Detail:
MaxLength:
50
MinLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  IncidentFacilityCode (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.IncidentFacilityCode" minOccurs="0" name="eScene.10" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IncidentFacilityCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</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" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>