diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
children | Registration Name GeographicalAddress Contact | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ct_PartyCustomer"> <xs:annotation> <xs:documentation xml:lang="en">Contract Party</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 identifier contract party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">Name</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 of a party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Contact" type="ct_Contact" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation xml:lang="en">Current not in use </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 identifier contract party</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</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 of a party</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">Current not in use </xs:documentation> </xs:annotation> </xs:element> |