25 lines
770 B
XML
25 lines
770 B
XML
<?xml version="1.0"?>
|
|
<!-- DATEN + DIENSTE GmbH Rostock, Version vom 15.01.2015 -->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xs:complexType name="serv">
|
|
<xs:sequence>
|
|
<xs:element name="Services" type="services"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="services">
|
|
<xs:sequence>
|
|
<xs:element name="Service" type="service" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="service">
|
|
<xs:sequence>
|
|
<xs:element name="ServiceInvoiced" type="string1-99-type" minOccurs="0"/>
|
|
<xs:element name="ServiceBeneficiary" type="string1-99-type"/>
|
|
<xs:element name="ServiceInvoiceRecipient" type="string1-99-type"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
</xs:schema> |