Ignore:
Timestamp:
Sep 12, 2008 5:28:33 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:
291423b
Parents:
27b6aea
Message:

add info and work with SEER attach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r27b6aea rc52c48d  
    333333      <xsd:element name="federant" type="tns:federatedExperimentType"
    334334        minOccurs="1" maxOccurs="unbounded"/>
    335       <xsd:element name="experiment" type="tns:vtopoType" minOccurs="0"
     335      <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0"
    336336        maxOccurs="1"/>
    337337      <xsd:element name="vis" type="tns:visType" minOccurs="0"
     
    388388      <xsd:element name="experiment" type="tns:IDType"/>
    389389      <xsd:element name="vis" type="tns:visType"/>
     390    </xsd:sequence>
     391  </xsd:complexType>
     392
     393  <xsd:complexType name="infoRequestType">
     394    <xsd:annotation>
     395      <xsd:documentation>
     396        Request for an existing experiment's topology
     397      </xsd:documentation>
     398    </xsd:annotation>
     399    <xsd:sequence>
     400      <xsd:element name="experiment" type="tns:IDType"/>
     401    </xsd:sequence>
     402  </xsd:complexType>
     403
     404  <xsd:complexType name="infoResponseType">
     405    <xsd:annotation>
     406      <xsd:documentation>
     407        Information on an instantiated experiment.  The createResponse without
     408        the secret information
     409      </xsd:documentation>
     410    </xsd:annotation>
     411    <xsd:sequence>
     412      <xsd:element name="federant" type="tns:federatedExperimentType"
     413        minOccurs="1" maxOccurs="unbounded"/>
     414      <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0"
     415        maxOccurs="1"/>
     416      <xsd:element name="vis" type="tns:visType" minOccurs="0"
     417        maxOccurs="1"/>
     418      <xsd:element name="experimentID" type="tns:IDType" minOccurs="1"
     419        maxOccurs="unbounded"/>
    390420    </xsd:sequence>
    391421  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.