complexType ct_Delivery
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p154.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
children DeliveryID Date Period
used by
element ETEB02HeaderType/Delivery
annotation
documentation
Delivery Date/Period - relevant for invoices with invoice number starting with 25 or 26 only
source <xs:complexType name="ct_Delivery">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Delivery Date/Period - relevant for invoices with invoice number starting with 25 or 26 only </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DeliveryID" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">DeliveryID for this Invoice</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:annotation>
       
<xs:documentation>Date or Period</xs:documentation>
     
</xs:annotation>
     
<xs:element name="Date" type="xs:date" minOccurs="0"/>
     
<xs:element name="Period" type="ct_Period" minOccurs="0"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element ct_Delivery/DeliveryID
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p155.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
DeliveryID for this Invoice
source <xs:element name="DeliveryID" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">DeliveryID for this Invoice</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element ct_Delivery/Period
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p157.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_Period
properties
minOcc 0
maxOcc 1
content complex
children FromDate ToDate
source <xs:element name="Period" type="ct_Period" minOccurs="0"/>


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