<xs:complexType name="AddressDescriptionType">
<xs:annotation>
<xs:documentation>The AddressDescriptionType defines the type of a physical address.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="AddressDescriptionEnum" type="AddressDescriptionEnumType">
<xs:annotation>
<xs:documentation>The AddressDescriptionEnum element describes an often-used type of a physical address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherAddressDescription" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherAddressDescription element describes a type of a physical address in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |