complexType ct_CarryOver
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p126.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
children DateReference Amount Comment
used by
element ETEB02SummaryType/CarryOver
annotation
documentation
Amount carried over from a previous invoice. As such it is not part of the invoice total and it is not subject to VAT.
source <xs:complexType name="ct_CarryOver">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Amount carried over from a previous invoice. As such it is not part of the invoice total and it is not subject to VAT.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DateReference" type="xs:date" nillable="false" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Reference to a date retaing to the carry-over</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Amount" type="xs:decimal">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Carry-over amount</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Comment" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ct_CarryOver/DateReference
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p127.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:date
properties
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Reference to a date retaing to the carry-over
source <xs:element name="DateReference" type="xs:date" nillable="false" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Reference to a date retaing to the carry-over</xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_CarryOver/Amount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p128.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:decimal
properties
content simple
annotation
documentation
Carry-over amount
source <xs:element name="Amount" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Carry-over amount</xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_CarryOver/Comment
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p129.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"/>


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