Files
BeWoPlaner/BeWo/Service References/QueryService/QueryService6.xsd

10 lines
608 B
XML
Raw Normal View History

2016-06-27 01:45:38 +02:00
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/BS.Shared.Core" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/BS.Shared.Core" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="DateTimeSpan">
<xs:sequence>
<xs:element minOccurs="0" name="EndDateTime" type="xs:dateTime" />
<xs:element minOccurs="0" name="StartDateTime" type="xs:dateTime" />
</xs:sequence>
</xs:complexType>
<xs:element name="DateTimeSpan" nillable="true" type="tns:DateTimeSpan" />
2016-06-27 01:45:38 +02:00
</xs:schema>