Skip to content
Snippets Groups Projects
Commit 3b527d61 authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

frames

parent ab2645d1
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,36 @@ ...@@ -19,6 +19,36 @@
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="GetSallyFramesRequest">
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element name="GetSallyFramesResponse">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="SallyFrameMenuItem">
<xs:complexType>
<xs:sequence>
<xs:element name="itemid" type="xs:string"></xs:element>
<xs:element name="frame" type="xs:string"></xs:element>
<xs:element name="name" type="xs:string"></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ExecuteFrameRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="frameid" type="xs:string"></xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ListenDocLevelServices"> <xs:element name="ListenDocLevelServices">
<xs:complexType> <xs:complexType>
</xs:complexType> </xs:complexType>
...@@ -51,4 +81,4 @@ ...@@ -51,4 +81,4 @@
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
</xs:schema> </xs:schema>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment