StartingSearchAddress

Uses the Component:SearchAddressABIEType

The Starting Address on which the location search will be based.

Fields and Components

Table 6.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
AddressID

A unique identifier for this address.

0..1Field udt:IdentifierType  
AddressType

A code specifying the type of this address such as business address or home address.

0..1Field udt:CodeType  
AttentionOf

The person or business entity that the information should be sent.

0..*Field udt:TextType  
CareOf

Used to send mail to someone at someone else's address

0..*Field udt:TextType  

Begin Choice

LineOne

A free formatted text line, typically used to by an address

1..1Field udt:TextType  
LineTwo

A free formatted text line, typically used to by an address

0..1Field udt:TextType  
LineThree

A free formatted text line, typically used to by an address

0..1Field udt:TextType  
LineFour

A free formatted text line, typically used to by an address

0..1Field udt:TextType  
LineFive

A free formatted text line, typically used to by an address

0..1Field udt:TextType  

or

BuildingNumber

The number, expressed as text, of a building or house on a street at this address.

0..1Field udt:TextType  
BuildingName

The name, expressed as text, of a building, a house or other structure on a street at this address.

0..1Field udt:TextType  
StreetName

The name, expressed as text, of a street or thoroughfare.

0..1Field udt:TextType  
FloorIdentification

The identification by name or number, expressed as text, of the floor in a building as part of an address.

0..1Field udt:TextType  
PostOfficeBox

The unique identifier, expressed as text, of a container commonly referred to as a box, in a post office or other postal service location, assigned to a person or organization, where postal items may be kept for this address.

0..1Field udt:TextType  

End Choice

CitySub-DivisionName

A textual representation of the City Sub-Division Name of the Address.

0..*Field udt:TextType  
CityName

A textual representation of the City of the Address.

0..1Field udt:TextType  
CountryID

A unique country identifier of this Address.

0..1Field sqdt:CountryCodeType  
Postcode

A code specifying the Post Code for this Address.

0..1Field udt:CodeType  
StateOrProvinceCountrySub-DivisionID

A unquie identifer that identifies a state or province within a country. For the US this would typically be the two letter state abbreviation or name.

0..1Field udt:IdentifierType  
CountyCountrySub-Division

County

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.10. StartingSearchAddress

<StartingSearchAddress>
     <AddressID>......</AddressID>     [0..1]
     <AddressType>......</AddressType>     [0..1]
     <AttentionOf>......</AttentionOf>     [0..*]
     <CareOf>......</CareOf>     [0..*]
     <!--  Begin Choice -->
     <LineOne>......</LineOne>     [1..1]
     <LineTwo>......</LineTwo>     [0..1]
     <LineThree>......</LineThree>     [0..1]
     <LineFour>......</LineFour>     [0..1]
     <LineFive>......</LineFive>     [0..1]
     <!-- or -->                    
     <BuildingNumber>......</BuildingNumber>     [0..1]
     <BuildingName>......</BuildingName>     [0..1]
     <StreetName>......</StreetName>     [0..1]
     <FloorIdentification>......</FloorIdentification>     [0..1]
     <PostOfficeBox>......</PostOfficeBox>     [0..1]
     <!--  End Choice -->
     <CitySub-DivisionName>......</CitySub-DivisionName>     [0..*]
     <CityName>......</CityName>     [0..1]
     <CountryID>......</CountryID>     [0..1]
     <Postcode>......</Postcode>     [0..1]
     <StateOrProvinceCountrySub-DivisionID>......</StateOrProvinceCountrySub-DivisionID>     [0..1]
     <CountyCountrySub-Division>......</CountyCountrySub-Division>     [0..1]
</StartingSearchAddress>