complexType ETEB02SummaryType
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p57.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
children Total CarryOver Prepayment InterestForLatePayment ThirdPartyPayment NetTotal SubtotalPerVatOrTaxRateOrJustification RoundingAmount
used by
element ETEB02Type/Summary
annotation
documentation
Summary for ETEB02
source <xs:complexType name="ETEB02SummaryType">
 
<xs:annotation>
   
<xs:documentation>Summary for ETEB02</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Total" type="ct_Total">
     
<xs:annotation>
       
<xs:documentation>Overall totals of the invoice</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CarryOver" type="ct_CarryOver" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Amount of prepayment. As such it is not part of the amount of invoice and it is not subjected to VAT</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Prepayment" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Amount of prepayment. As such it is not part of the invoice total and it is not subject to VAT.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Amount" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation>Prepayment amount</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="InterestForLatePayment" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Amount" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation>Interests amount </xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ThirdPartyPayment" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Message cross amount of external service provider charges/credit and/or Hardware sales charges/credits</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Amount" type="xs:decimal">
           
<xs:annotation>
             
<xs:documentation>Amount of third party payments</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="NetTotal" type="ct_NetTotal">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Totals, expressed in the currency of the invoice, of all the amounts incurred, excluding taxes </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SubtotalPerVatOrTaxRateOrJustification" type="ct_SubtotalPerVatOrTaxRateOrJustification" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Subtotal of all basic amounts that are subject to a given VAT rate, or subtotal of all basic amounts that are not subject to VAT to which a given tax justification is associated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RoundingAmount" type="xs:decimal" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ETEB02SummaryType/Total
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p58.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_Total
properties
content complex
children AmountToBePaid AmountOfInvoice
annotation
documentation
Overall totals of the invoice
source <xs:element name="Total" type="ct_Total">
 
<xs:annotation>
   
<xs:documentation>Overall totals of the invoice</xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/CarryOver
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p59.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_CarryOver
properties
minOcc 0
maxOcc 1
content complex
children DateReference Amount Comment
annotation
documentation
Amount of prepayment. As such it is not part of the amount of invoice and it is not subjected to VAT
source <xs:element name="CarryOver" type="ct_CarryOver" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Amount of prepayment. As such it is not part of the amount of invoice and it is not subjected to VAT</xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/Prepayment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p60.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
properties
minOcc 0
maxOcc 1
content complex
children Amount Comment
annotation
documentation
Amount of prepayment. As such it is not part of the invoice total and it is not subject to VAT.
source <xs:element name="Prepayment" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Amount of prepayment. As such it is not part of the invoice total and it is not subject to VAT.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Amount" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Prepayment amount</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ETEB02SummaryType/Prepayment/Amount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p61.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:decimal
properties
content simple
annotation
documentation
Prepayment amount
source <xs:element name="Amount" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Prepayment amount</xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/Prepayment/Comment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p62.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element ETEB02SummaryType/InterestForLatePayment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p63.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
properties
minOcc 0
maxOcc 1
content complex
children Amount Comment
source <xs:element name="InterestForLatePayment" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Amount" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Interests amount </xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ETEB02SummaryType/InterestForLatePayment/Amount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p64.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:decimal
properties
content simple
annotation
documentation
Interests amount
source <xs:element name="Amount" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Interests amount </xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/InterestForLatePayment/Comment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p65.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element ETEB02SummaryType/ThirdPartyPayment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p66.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
properties
minOcc 0
maxOcc 1
content complex
children Amount Comment
annotation
documentation
Message cross amount of external service provider charges/credit and/or Hardware sales charges/credits
source <xs:element name="ThirdPartyPayment" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Message cross amount of external service provider charges/credit and/or Hardware sales charges/credits</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Amount" type="xs:decimal">
       
<xs:annotation>
         
<xs:documentation>Amount of third party payments</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ETEB02SummaryType/ThirdPartyPayment/Amount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p67.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:decimal
properties
content simple
annotation
documentation
Amount of third party payments
source <xs:element name="Amount" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Amount of third party payments</xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/ThirdPartyPayment/Comment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p68.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Comment" type="xs:string" minOccurs="0"/>

element ETEB02SummaryType/NetTotal
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p69.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_NetTotal
properties
content complex
children Amount
annotation
documentation
Totals, expressed in the currency of the invoice, of all the amounts incurred, excluding taxes
source <xs:element name="NetTotal" type="ct_NetTotal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Totals, expressed in the currency of the invoice, of all the amounts incurred, excluding taxes </xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/SubtotalPerVatOrTaxRateOrJustification
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p70.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_SubtotalPerVatOrTaxRateOrJustification
properties
minOcc 1
maxOcc unbounded
content complex
children Flag Rate OtherTaxId SubtotalPerVatOrTax VatOrTaxPerSubTotal GrossAmount TaxTitle TaxDescription
annotation
documentation
Subtotal of all basic amounts that are subject to a given VAT rate, or subtotal of all basic amounts that are not subject to VAT to which a given tax justification is associated
source <xs:element name="SubtotalPerVatOrTaxRateOrJustification" type="ct_SubtotalPerVatOrTaxRateOrJustification" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Subtotal of all basic amounts that are subject to a given VAT rate, or subtotal of all basic amounts that are not subject to VAT to which a given tax justification is associated</xs:documentation>
 
</xs:annotation>
</xs:element>

element ETEB02SummaryType/RoundingAmount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p71.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="RoundingAmount" type="xs:decimal" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy