oop_NFS_Andreas/Plattform/Plattform/Connected Services/AirlineService/AirlineService1.xsd

22 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="http://localhost:49949/AirlineService.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/AirlineServer.Models" />
<xs:complexType name="ArrayOfKeyValueOfstringArrayOfFlight5WI6MxbP">
<xs:annotation>
<xs:appinfo>
<IsDictionary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsDictionary>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="KeyValueOfstringArrayOfFlight5WI6MxbP">
<xs:complexType>
<xs:sequence>
<xs:element name="Key" nillable="true" type="xs:string" />
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/AirlineServer.Models" name="Value" nillable="true" type="q1:ArrayOfFlight" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfKeyValueOfstringArrayOfFlight5WI6MxbP" nillable="true" type="tns:ArrayOfKeyValueOfstringArrayOfFlight5WI6MxbP" />
</xs:schema>