<xs:complexType name="AddressInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Information about an address that identifies a location for a specific purposes.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="AddressType">
<xs:attributeGroup ref="DefaultIndGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether or not this is the default address.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="UseType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Describes the use of the address (e.g. mailing, delivery, billing, etc.). Refer to OTA Code List Address Use Type (AUT).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used elsewhere in the message to reference this specific address.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|