24 lines
1.7 KiB
XML
24 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService.Methods.IDB.GetAttributeValue" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService.Methods.IDB.GetAttributeValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import namespace="http://schemas.datacontract.org/2004/07/DigitalData.Modules.ZooFlow.State" />
|
|
<xs:import namespace="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService.Messages" />
|
|
<xs:complexType name="GetAttributeValueRequest">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="AttributeName" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="ObjectId" type="xs:long" />
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/DigitalData.Modules.ZooFlow.State" minOccurs="0" name="User" nillable="true" type="q1:UserState" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="GetAttributeValueRequest" nillable="true" type="tns:GetAttributeValueRequest" />
|
|
<xs:complexType name="GetAttributeValueResponse">
|
|
<xs:complexContent mixed="false">
|
|
<xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/DigitalData.Services.EDMIService.Messages" base="q2:BaseResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="ObjectId" type="xs:long" />
|
|
<xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" />
|
|
</xs:sequence>
|
|
</xs:extension>
|
|
</xs:complexContent>
|
|
</xs:complexType>
|
|
<xs:element name="GetAttributeValueResponse" nillable="true" type="tns:GetAttributeValueResponse" />
|
|
</xs:schema> |