element -> <eDisposition.03>
eDisposition.03 Destination Street Address No Yes The street address of the destination the patient was delivered or transferred to. E20_03 Optional May be auto-populated if list created in dFacility.07 (Facility Street Address).
Namespace:
Type:
anonymous (extension of StreetAddress)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.03
    StreetAddress2
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eDisposition.03>
Simple Content Detail:
MaxLength:
255
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="eDisposition.DestinationStreetAddress" minOccurs="0" name="eDisposition.03">
<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:
255
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>