Ignore:
Timestamp:
Sep 9, 2008 2:07:18 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
45ebc4d
Parents:
4fc2250
Message:

get topo and vis data, persistent state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r4fc2250 r987aaa1  
    323323      <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0"
    324324        maxOccurs="1"/>
     325    </xsd:sequence>
     326  </xsd:complexType>
     327
     328  <xsd:complexType name="vtopoRequestType">
     329    <xsd:annotation>
     330      <xsd:documentation>
     331        Request for an existing experiment's topology
     332      </xsd:documentation>
     333    </xsd:annotation>
     334    <xsd:sequence>
     335      <xsd:element name="experiment" type="tns:IDType"/>
     336    </xsd:sequence>
     337  </xsd:complexType>
     338
     339  <xsd:complexType name="vtopoResponseType">
     340    <xsd:annotation>
     341      <xsd:documentation>
     342        Request for an existing experiment's topology
     343      </xsd:documentation>
     344    </xsd:annotation>
     345    <xsd:sequence>
     346      <xsd:element name="experiment" type="tns:IDType"/>
     347      <xsd:element name="vtopo" type="tns:vtopoType"/>
     348    </xsd:sequence>
     349  </xsd:complexType>
     350
     351
     352  <xsd:complexType name="visRequestType">
     353    <xsd:annotation>
     354      <xsd:documentation>
     355        Request for an existing experiment's topology
     356      </xsd:documentation>
     357    </xsd:annotation>
     358    <xsd:sequence>
     359      <xsd:element name="experiment" type="tns:IDType"/>
     360    </xsd:sequence>
     361  </xsd:complexType>
     362
     363  <xsd:complexType name="visResponseType">
     364    <xsd:annotation>
     365      <xsd:documentation>
     366        Request for an existing experiment's topology
     367      </xsd:documentation>
     368    </xsd:annotation>
     369    <xsd:sequence>
     370      <xsd:element name="experiment" type="tns:IDType"/>
     371      <xsd:element name="vis" type="tns:visType"/>
    325372    </xsd:sequence>
    326373  </xsd:complexType>
     
    344391    </xsd:sequence>
    345392  </xsd:complexType>
    346 
    347393</xsd:schema>
Note: See TracChangeset for help on using the changeset viewer.