diagram | |||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||
children | DeliveryID Date Period | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | xs:date | ||||||
properties |
|
||||||
source | <xs:element name="Date" type="xs:date" minOccurs="0"/> |
diagram | |||||||
namespace | https://dds.a1.net/rechnungsmanagement/EBOR | ||||||
type | ct_Period | ||||||
properties |
|
||||||
children | FromDate ToDate | ||||||
source | <xs:element name="Period" type="ct_Period" minOccurs="0"/> |