element <dFacility.07>
<nemsisTacDoc> <number>dFacility.07</number> <name>Facility Street Address</name> <national>No</national> <state>No</state> <definition>The address where the facility is located.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>The information contained within this element could be used to populate the address information within eScene.18 (Incident State) and/or eDisposition.03 (Destination Street Address) as appropriate.</comment> <v3Changes/> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of StreetAddress)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dFacility.07
    StreetAddress2
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dFacility.07>
Simple Content Detail:
MaxLength:
55
MinLength:
1

Included in content model of elements (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="dFacility.FacilityStreetAddress" minOccurs="0" name="dFacility.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<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; 1/1)
StreetAddress2
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
55
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>