EOS-WebAPI/Service References/UserClient/AEServiceLibrary1.xsd
Nidhi Bhargava d0ac8a7790 Code Commit
2025-09-04 17:30:22 +05:30

14 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/AEServiceLibrary.Models.ManageApplication" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/AEServiceLibrary.Models.ManageApplication" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation="http://192.168.1.117/Applications/Eicher/AE_Services/AEServiceLibrary.Models.ManageUser.UserRepository.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xs:complexType name="ApplicationModel">
<xs:sequence>
<xs:element minOccurs="0" name="ApplicationDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ApplicationId" type="ser:guid" />
<xs:element minOccurs="0" name="ApplicationName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ApplicationTitle" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ApplicationUrl" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="ApplicationModel" nillable="true" type="tns:ApplicationModel" />
</xs:schema>