diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
children | Registration Name GeographicalAddress BankAccount Contact | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ct_PartyInvoicee"> <xs:annotation> <xs:documentation xml:lang="en">Invoice recipient</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Registration" type="ct_Registration" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification invoice recipient</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">Name of the invoice recipient</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GeographicalAddress" type="ct_GeographicalAddress"> <xs:annotation> <xs:documentation xml:lang="en">Information fully and uniquely identifying the geographical location</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BankAccount" type="ct_BankAccount" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Record open in a bank and used to settle the payment between organisations</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Contact" type="ct_Contact" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation xml:lang="en">Contacts regarding for a specific party </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_Registration | ||||||
properties |
|
||||||
children | Id Type | ||||||
annotation |
|
||||||
source | <xs:element name="Registration" type="ct_Registration" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification invoice recipient</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">Name of the invoice recipient</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
type | ct_GeographicalAddress | ||
properties |
|
||
children | Component | ||
annotation |
|
||
source | <xs:element name="GeographicalAddress" type="ct_GeographicalAddress"> <xs:annotation> <xs:documentation xml:lang="en">Information fully and uniquely identifying the geographical location</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_BankAccount | ||||||
properties |
|
||||||
children | BIC IBAN MandateReference AccountHolderName BankName | ||||||
annotation |
|
||||||
source | <xs:element name="BankAccount" type="ct_BankAccount" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Record open in a bank and used to settle the payment between organisations</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_Contact | ||||||
properties |
|
||||||
children | CommunicationChannel | ||||||
annotation |
|
||||||
source | <xs:element name="Contact" type="ct_Contact" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation xml:lang="en">Contacts regarding for a specific party </xs:documentation> </xs:annotation> </xs:element> |