Taylohtio/GeneralApi/GeneralApi.IntegrationUtility/Service References/TaloyhtioIntegration/TaloyhtioIntegration1.xsd

28 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="http://2013server.spdomain.com:999/TaloyhtioIntegration.svc?xsd=xsd2" />
<xs:element name="SaveCondoInformation">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="condo" nillable="true" type="Condo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SaveCondoInformationResponse">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="SaveBoardMemberInformation">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="boardMember" nillable="true" type="BoardMember" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SaveBoardMemberInformationResponse">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
</xs:schema>