To specify what the role of the address is (for delivery, invoicing, ...). If not used, the address is probably for inforation only or the role is obvious or the address is unique and the role is therefore not required. |
Attributes | AddressType/@Role, CodeAddressRoleCodeType/@Code |
<xs:simpleType name="AddressRoleCodeType"> <xs:annotation> <xs:documentation>To specify what the role of the address is (for delivery, invoicing, ...). If not used, the address is probably for inforation only or the role is obvious or the address is unique and the role is therefore not required.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Delivery"/> <xs:enumeration value="Invoicing"/> </xs:restriction> </xs:simpleType> |