diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
children | AmountToBePaid AmountOfInvoice | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="ct_Total"> <xs:annotation> <xs:documentation xml:lang="en">Message about amount to be paid and amount of invoice</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="AmountToBePaid" type="xs:decimal"> <xs:annotation> <xs:documentation xml:lang="en">Total amount of the invoice, expressed in the default currency of the invoice, including all taxes and any existing carry-over, Prepayment, Interest, Third Party Payment</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AmountOfInvoice" type="xs:decimal" nillable="false"> <xs:annotation> <xs:documentation xml:lang="en">Total amount of goods and services invoiced, expressed in the standard currency of the invoice, including all taxes. If there are carryovers, prepayments, interest and any payments from third parties, these are not taken into account.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
type | xs:decimal | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="AmountToBePaid" type="xs:decimal"> <xs:annotation> <xs:documentation xml:lang="en">Total amount of the invoice, expressed in the default currency of the invoice, including all taxes and any existing carry-over, Prepayment, Interest, Third Party Payment</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||
type | xs:decimal | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="AmountOfInvoice" type="xs:decimal" nillable="false"> <xs:annotation> <xs:documentation xml:lang="en">Total amount of goods and services invoiced, expressed in the standard currency of the invoice, including all taxes. If there are carryovers, prepayments, interest and any payments from third parties, these are not taken into account.</xs:documentation> </xs:annotation> </xs:element> |