<xs:complexType name="AddressPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies an address preference.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address" type="AddressInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines a physical address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of address preferences between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|