diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
children | DocumentId DocumentType DocumentFunction DetailsFlag AccountNumber ReferenceForPayment IdOfRelatedDocument StornoInvoice ReissueNote DepositTotal Frequency DefaultCurrency SecondaryCurrency AdditionalInformation Language InvoicingStartDate InvoicingEndDate IssuingDate Delivery DefaultTax Consignee Customer Invoicee InvoiceIssuer PaymentTerms PaymentMeans | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ETEB02HeaderType"> <xs:annotation> <xs:documentation>Header for ETEB02</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="DocumentId"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Number, alphanumeric, maximum 14 chars </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:maxLength value="14"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DocumentType"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: acl_DocumentTypeEBOR.xsd </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="acl_DocumentType"/> </xs:simpleType> </xs:element> <xs:element name="DocumentFunction" type="acl_DocumentFunction"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: acl_DocumentFunctionEBOR.xsd</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DetailsFlag" type="acl_DetailsFlag"> <xs:annotation> <xs:documentation xml:lang="en">Fixed value ETEB02 - invoice with details</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountNumber" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">Unique customer identification number</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReferenceForPayment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Current not in use </xs:documentation> </xs:annotation> </xs:element> <xs:element name="IdOfRelatedDocument" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Reference of the related (pro forma) invoice </xs:documentation> </xs:annotation> </xs:element> <xs:element name="StornoInvoice" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information for Storno invoices </xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReissueNote" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information for ReIssued invoices (only for invocies with invoice number starting with 001) </xs:documentation> </xs:annotation> </xs:element> <xs:element name="DepositTotal" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Current not in use</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Frequency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Current not in use</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DefaultCurrency" type="icl_Currency"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification of the default currency for the invoice, coded, see codelist: icl_CurrencyEBOR.xsd </xs:documentation> </xs:annotation> </xs:element> <xs:element name="SecondaryCurrency" type="ct_SecondaryCurrency" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Current not filled</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalInformation" type="ct_AddInfo_ETEB02Header" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Free text notes attached to invoice or invoice details message</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Language" type="icl_Language"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: icl_LanguageEBOR.xsd </xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoicingStartDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Start of billing period</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoicingEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>End of billing period</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IssuingDate" type="xs:date"> <xs:annotation> <xs:documentation>Invoice date</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Delivery" type="ct_Delivery" minOccurs="0"> <xs:annotation> <xs:documentation>Delivery date/period - relevant for invoices with invoice number starting with 25 an 26 only </xs:documentation> </xs:annotation> </xs:element> <xs:element name="DefaultTax" type="ct_Tax" minOccurs="0"> <xs:annotation> <xs:documentation>Unique identifier of the tax type and percentage of the tax</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Consignee" type="ct_PartyConsignee" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Consignee party, receiver of the goods</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Customer" type="ct_PartyCustomer" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Contract party</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Invoicee" type="ct_PartyInvoicee" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Recipient</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InvoiceIssuer" type="ct_PartyInvoiceIssuer" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Biller</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentTerms" type="ct_PaymentTerms" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Payment terms under which the invoice is to be paid by the customer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentMeans" type="ct_PaymentMeans" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification of payment method</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | restriction of xs:token | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="DocumentId"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Number, alphanumeric, maximum 14 chars </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:maxLength value="14"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ||||||||||||||||||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | |||||||||||||||||||||||
type | restriction of acl_DocumentType | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:element name="DocumentType"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: acl_DocumentTypeEBOR.xsd </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="acl_DocumentType"/> </xs:simpleType> </xs:element> |
diagram | ||||||||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | |||||||||||||
type | acl_DocumentFunction | |||||||||||||
properties |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:element name="DocumentFunction" type="acl_DocumentFunction"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: acl_DocumentFunctionEBOR.xsd</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||||
type | acl_DetailsFlag | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="DetailsFlag" type="acl_DetailsFlag"> <xs:annotation> <xs:documentation xml:lang="en">Fixed value ETEB02 - invoice with details</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="AccountNumber" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">Unique customer identification number</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ReferenceForPayment" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Current not in use </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="IdOfRelatedDocument" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Reference of the related (pro forma) invoice </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="StornoInvoice" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information for Storno invoices </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="ReissueNote" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Additional information for ReIssued invoices (only for invocies with invoice number starting with 001) </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="DepositTotal" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Current not in use</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="Frequency" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Current not in use</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | icl_Currency | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="DefaultCurrency" type="icl_Currency"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification of the default currency for the invoice, coded, see codelist: icl_CurrencyEBOR.xsd </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_SecondaryCurrency | ||||||
properties |
|
||||||
children | Id ExchangeRate ExchangeDate | ||||||
annotation |
|
||||||
source | <xs:element name="SecondaryCurrency" type="ct_SecondaryCurrency" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Current not filled</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||||
type | ct_AddInfo_ETEB02Header | ||||||||
properties |
|
||||||||
children | BillingNumber ContractNumber MediaType Message OrderDate OrderNumberCustomer OrderNumberSupplier OrganisationalUnit PurchaseOrder ProjectNumber | ||||||||
annotation |
|
||||||||
source | <xs:element name="AdditionalInformation" type="ct_AddInfo_ETEB02Header" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Free text notes attached to invoice or invoice details message</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | icl_Language | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Language" type="icl_Language"> <xs:annotation> <xs:documentation xml:lang="en">Coded, see codelist: icl_LanguageEBOR.xsd </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="InvoicingStartDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Start of billing period</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="InvoicingEndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>End of billing period</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="IssuingDate" type="xs:date"> <xs:annotation> <xs:documentation>Invoice date</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_Delivery | ||||||
properties |
|
||||||
children | DeliveryID Date Period | ||||||
annotation |
|
||||||
source | <xs:element name="Delivery" type="ct_Delivery" minOccurs="0"> <xs:annotation> <xs:documentation>Delivery date/period - relevant for invoices with invoice number starting with 25 an 26 only </xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_Tax | ||||||
properties |
|
||||||
children | Type Rate | ||||||
annotation |
|
||||||
source | <xs:element name="DefaultTax" type="ct_Tax" minOccurs="0"> <xs:annotation> <xs:documentation>Unique identifier of the tax type and percentage of the tax</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PartyConsignee | ||||||
properties |
|
||||||
children | Name GeographicalAddress | ||||||
annotation |
|
||||||
source | <xs:element name="Consignee" type="ct_PartyConsignee" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Consignee party, receiver of the goods</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PartyCustomer | ||||||
properties |
|
||||||
children | Registration Name GeographicalAddress Contact | ||||||
annotation |
|
||||||
source | <xs:element name="Customer" type="ct_PartyCustomer" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Contract party</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PartyInvoicee | ||||||
properties |
|
||||||
children | Registration Name GeographicalAddress BankAccount Contact | ||||||
annotation |
|
||||||
source | <xs:element name="Invoicee" type="ct_PartyInvoicee" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Recipient</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PartyInvoiceIssuer | ||||||
properties |
|
||||||
children | Registration Name GeographicalAddress BankAccount CreditorID Contact | ||||||
annotation |
|
||||||
source | <xs:element name="InvoiceIssuer" type="ct_PartyInvoiceIssuer" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Invoice Biller</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PaymentTerms | ||||||
properties |
|
||||||
children | DueDate Type | ||||||
annotation |
|
||||||
source | <xs:element name="PaymentTerms" type="ct_PaymentTerms" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Payment terms under which the invoice is to be paid by the customer</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_PaymentMeans | ||||||
properties |
|
||||||
children | Type Comment | ||||||
annotation |
|
||||||
source | <xs:element name="PaymentMeans" type="ct_PaymentMeans" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Unique identification of payment method</xs:documentation> </xs:annotation> </xs:element> |