complexType ct_OncePaidService_AggLevel3
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p199.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
children LineItemReferenceNumber ServiceProduct NumberOfUnits BasicAmount ServiceAccessPoint StartDate EndDate
used by
element AggLevel3Type/OncePaidService
annotation
documentation
Non-recurring charges of a product or service
source <xs:complexType name="ct_OncePaidService_AggLevel3">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Non-recurring charges of a product or service</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LineItemReferenceNumber" type="xs:int" nillable="false">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Positive integer, starting with 1, inside the current section</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ServiceProduct" type="ct_ServiceProduct_AggLevel3_OPS">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Unique identification bonded to the resouce</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="NumberOfUnits" type="ct_NumberOfUnits" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Quantity of units related to a cumulated service usage or service instance </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BasicAmount" type="ct_BasicAmount">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Amount, expressed in the default currency of an invoice </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ServiceAccessPoint" type="ct_ServiceAccessPoint_AggLevel3_OPS" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Identification by service access point type and ID</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StartDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Start date of the period of aggregated details are related to (CCYY-MM-DD)  </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">End date of the period of aggregated details are related to (CCYY-MM-DD) </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ct_OncePaidService_AggLevel3/LineItemReferenceNumber
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p200.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:int
properties
content simple
nillable false
annotation
documentation
Positive integer, starting with 1, inside the current section
source <xs:element name="LineItemReferenceNumber" type="xs:int" nillable="false">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Positive integer, starting with 1, inside the current section</xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/ServiceProduct
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p201.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_ServiceProduct_AggLevel3_OPS
properties
content complex
children Id ChargeTypeId Description AdditionalInformation
annotation
documentation
Unique identification bonded to the resouce
source <xs:element name="ServiceProduct" type="ct_ServiceProduct_AggLevel3_OPS">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Unique identification bonded to the resouce</xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/NumberOfUnits
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p202.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_NumberOfUnits
properties
minOcc 1
maxOcc unbounded
content complex
children UnitType UnitOfMeasurement Number
annotation
documentation
Quantity of units related to a cumulated service usage or service instance
source <xs:element name="NumberOfUnits" type="ct_NumberOfUnits" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Quantity of units related to a cumulated service usage or service instance </xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/BasicAmount
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p203.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_BasicAmount
properties
content complex
children NetAmount GrossAmount Tax
annotation
documentation
Amount, expressed in the default currency of an invoice
source <xs:element name="BasicAmount" type="ct_BasicAmount">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Amount, expressed in the default currency of an invoice </xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/ServiceAccessPoint
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p204.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type ct_ServiceAccessPoint_AggLevel3_OPS
properties
minOcc 0
maxOcc 1
content complex
children Type Id
annotation
documentation
Identification by service access point type and ID
source <xs:element name="ServiceAccessPoint" type="ct_ServiceAccessPoint_AggLevel3_OPS" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Identification by service access point type and ID</xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/StartDate
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p205.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:date
properties
content simple
annotation
documentation
Start date of the period of aggregated details are related to (CCYY-MM-DD) 
source <xs:element name="StartDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Start date of the period of aggregated details are related to (CCYY-MM-DD)  </xs:documentation>
 
</xs:annotation>
</xs:element>

element ct_OncePaidService_AggLevel3/EndDate
diagram ETEB-EBOR_diagrams/ETEB-EBOR_p206.svg
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type xs:date
properties
content simple
annotation
documentation
End date of the period of aggregated details are related to (CCYY-MM-DD)
source <xs:element name="EndDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">End date of the period of aggregated details are related to (CCYY-MM-DD) </xs:documentation>
 
</xs:annotation>
</xs:element>


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