Documentation for the HUD HMIS XML Schema v2.8

Complex Type: address

[Table of contents]

Super-types: addressBase < address (by extension)
Sub-types: None
Name address
Abstract no
XML Instance Representation
<...
hmis:dateCollected=" xsd:dateTime [1]

'See Data Integration Package Cumulative Overview, Appendix 1.13.'

"

hmis:dateEffective=" xsd:dateTime [0..1]

'See Data Integration Package Cumulative Overview, Appendix 1.13.'

"

hmis:dataCollectionStage=" hmis:fourValBase [0..1]

'See Data Integration Package Cumulative Overview, Appendix 1.13.'

"
>
<hmis:AddressPeriod> hmis:dateRangeOpen </hmis:AddressPeriod> [1]
<hmis:PreAddressLine> hmis:string </hmis:PreAddressLine> [0..1]
<hmis:Line1> hmis:string </hmis:Line1> [1]
<hmis:Line2> hmis:string </hmis:Line2> [0..1]
<hmis:City> hmis:string </hmis:City> [1]
<hmis:County> hmis:string </hmis:County> [0..1]
<hmis:State> hmis:string </hmis:State> [1]
<hmis:ZIPCode> hmis:zIPCode </hmis:ZIPCode> [0..1]
<hmis:Country> hmis:string </hmis:Country> [0..1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="address">
<xsd:complexContent>
<xsd:extension base=" hmis:addressBase ">
<xsd:attributeGroup ref=" hmis:dateStampGroup "/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>