Ignore:
Timestamp:
Dec 4, 2009 2:21:11 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
c17efe6
Parents:
4ac0a41
Message:

checkpoint, adding new operation - prequel to splitting the create call to allow delegation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r4ac0a41 ra3ad8bd  
    6363    </xsd:annotation>
    6464    <xsd:restriction base="xsd:string">
     65      <xsd:enumeration value="empty"/>
    6566      <xsd:enumeration value="active"/>
    6667      <xsd:enumeration value="starting"/>
     
    350351      <xsd:element name="topdldescription" type="topdl:topologyType"/>
    351352    </xsd:choice>
     353  </xsd:complexType>
     354
     355  <xsd:complexType name="newRequestType">
     356    <xsd:annotation>
     357      <xsd:documentation>
     358        Request for an experiment to which credentials can be delegated and
     359        resources attached.  A local name may be included as a human readable
     360        accessor, local to this experiment controller.  It is a suggestion and
     361        may be modified.  experimentID can only be a local name.
     362
     363        Credentials are seed credentials to begin the proof.
     364      </xsd:documentation>
     365    </xsd:annotation>
     366    <xsd:sequence>
     367      <xsd:element name="experimentID" type="tns:IDType" minOccurs="0"
     368        maxOccurs="1"/>
     369      <xsd:element name="credential" type="xsd:base64Binary" minOccurs="0"
     370        maxOccurs="unbounded"/>
     371    </xsd:sequence>
     372  </xsd:complexType>
     373
     374  <xsd:complexType name="newResponseType">
     375    <xsd:annotation>
     376      <xsd:documentation>
     377        Result of a new experiment creation.  A successful sreation will have
     378        an experimentState of "empty", 2 experimentIDs, one a fedid and one a
     379        local name, and an experimentAccess that allows the creator to act as
     380        the experiment.
     381      </xsd:documentation>
     382    </xsd:annotation>
     383    <xsd:sequence>
     384      <xsd:element name="experimentID" type="tns:IDType" minOccurs="0"
     385        maxOccurs="unbounded"/>
     386      <xsd:element name="experimentStatus" type="tns:statusType"/>
     387      <xsd:element name="experimentAccess" type="tns:accessType"/>
     388    </xsd:sequence>
    352389  </xsd:complexType>
    353390
Note: See TracChangeset for help on using the changeset viewer.