<xsd:complexType name="SearchAddressABIEType">
<xsd:annotation>
<xsd:documentation> An Address that is used for Searching Information
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="AddressID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation> A unique identifier for this address. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AddressType" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A code specifying the type of this address such as business
address or home address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="AttentionOf" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The person or business
entity that the information should be sent. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CareOf" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Used to send mail to
someone at someone else's address </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence id="SearchStructured">
<xsd:element minOccurs="1" name="LineOne" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A free formatted text
line, typically used to by an address </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LineTwo" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A free formatted text
line, typically used to by an address </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LineThree" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A free formatted text
line, typically used to by an address </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LineFour" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A free formatted text
line, typically used to by an address </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LineFive" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A free formatted text
line, typically used to by an address </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence id="SearchUnstructured">
<xsd:element minOccurs="0" name="BuildingNumber" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The number, expressed as
text, of a building or house on a street at this address. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BuildingName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The name, expressed as
text, of a building, a house or other structure on a street at this address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="StreetName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The name, expressed as
text, of a street or thoroughfare. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FloorIdentification" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> The identification by
name or number, expressed as text, of the floor in a building as part of an address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PostOfficeBox" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> 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. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CitySub-DivisionName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
A textual representation of the City Sub-Division Name of
the Address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CityName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
A textual representation of the City of the Address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CountryID" type="sqdt:CountryCodeType">
<xsd:annotation>
<xsd:documentation>
A unique country identifier of this Address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Postcode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A code specifying the Post Code for this Address.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="StateOrProvinceCountrySub-DivisionID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> 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. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CountyCountrySub-Division" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
County
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|