Changeset 66861a2 for wsdl/fedd_types.xsd
- Timestamp:
- Sep 2, 2009 6:00:54 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- ecca6eb
- Parents:
- 9beaf7c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r9beaf7c r66861a2 614 614 </xsd:complexType> 615 615 616 <xsd:complexType name="startSegmentRequestType"> 617 <xsd:annotation> 618 <xsd:documentation> 619 Request a testbed to create a segment in the given allocation 620 </xsd:documentation> 621 </xsd:annotation> 622 <xsd:sequence> 623 <xsd:element name="allocID" type="tns:IDType"/> 624 <xsd:element name="segmentdescription" 625 type="tns:experimentDescriptionType"/> 626 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 627 maxOccurs="unbounded"/> 628 </xsd:sequence> 629 </xsd:complexType> 630 631 <xsd:complexType name="startSegmentResponseType"> 632 <xsd:annotation> 633 <xsd:documentation> 634 Indication that the segment started successfully 635 </xsd:documentation> 636 </xsd:annotation> 637 <xsd:sequence> 638 <xsd:element name="allocID" type="tns:IDType"/> 639 <xsd:element name="allocationLog" type="xsd:string" minOccurs="0" 640 maxOccurs="1"/> 641 </xsd:sequence> 642 </xsd:complexType> 643 616 644 <xsd:complexType name="ns2SplitRequestType"> 617 645 <xsd:annotation> … … 637 665 <xsd:sequence> 638 666 <xsd:element name="output" type="xsd:base64Binary"/> 667 <xsd:element name="experimentdescription" 668 type="tns:experimentDescriptionType"/> 639 669 </xsd:sequence> 640 670 </xsd:complexType>
Note: See TracChangeset
for help on using the changeset viewer.