element -> <eScene.15>
eScene.15 Incident Street Address No Yes The street address where the patient was found, or, if no patient, the address to which the unit responded. E08_11 Recommended <comment/>
Namespace:
Type:
anonymous (extension of StreetAddress)
Content:
simple, 2 attributes
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:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eScene.15
    NV
 = 
("7701001" | "7701003" | "7701005")
    StreetAddress2
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eScene.15>
Simple Content Detail:
MaxLength:
255
MinLength:
1
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  StreetAddress (extension)
      complexType
Derivation:
extension of StreetAddress
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eScene.IncidentStreetAddress" minOccurs="0" name="eScene.15" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
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>

StreetAddress2
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>