Ignore:
Timestamp:
Sep 6, 2009 2:16:10 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
fd556d1
Parents:
5ae3857
Message:

use allocID everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r5ae3857 r2b7d768  
    639639      <xsd:element name="allocID" type="tns:IDType"/>
    640640      <xsd:element name="allocationLog" type="xsd:string" minOccurs="0"
     641        maxOccurs="1"/>
     642    </xsd:sequence>
     643  </xsd:complexType>
     644
     645  <xsd:complexType name="terminateSegmentRequestType">
     646    <xsd:annotation>
     647      <xsd:documentation>
     648        Request to terminate an experiment.
     649      </xsd:documentation>
     650    </xsd:annotation>
     651    <xsd:sequence>
     652      <xsd:element name="allocID" type="tns:IDType"/>
     653      <xsd:element name="force" type="xsd:boolean" minOccurs="0" maxOccurs="1"/>
     654    </xsd:sequence>
     655  </xsd:complexType>
     656
     657  <xsd:complexType name="terminateSegmentResponseType">
     658    <xsd:annotation>
     659      <xsd:documentation>
     660        Indication that the experiment has been terminated.
     661      </xsd:documentation>
     662    </xsd:annotation>
     663    <xsd:sequence>
     664      <xsd:element name="allocID" type="tns:IDType"/>
     665      <xsd:element name="deallocationLog" type="xsd:string" minOccurs="0"
    641666        maxOccurs="1"/>
    642667    </xsd:sequence>
Note: See TracChangeset for help on using the changeset viewer.