19 lines
606 B
XML
19 lines
606 B
XML
<?xml version="1.0"?>
|
|
<!-- DATEN + DIENSTE GmbH Rostock, Version vom 11.04.2017 -->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xs:complexType name="serv">
|
|
<xs:sequence>
|
|
<xs:element name="Service" type="service" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:complexType name="service">
|
|
<xs:sequence>
|
|
<xs:element name="ServiceName" 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> |