14 lines
1.1 KiB
XML
14 lines
1.1 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 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> |