- Timestamp:
- Jul 24, 2009 1:22:34 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- a74ea78
- Parents:
- 728001e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/wsdl/fedd_types.xsd
r728001e rbd3e314 52 52 <xsd:enumeration value="max"/> 53 53 <xsd:enumeration value="average"/> 54 </xsd:restriction> 55 </xsd:simpleType> 56 57 <xsd:simpleType name="statusType"> 58 <xsd:annotation> 59 <xsd:documentation> 60 The current state of the experiment. 61 </xsd:documentation> 62 </xsd:annotation> 63 <xsd:restriction base="xsd:string"> 64 <xsd:enumeration value="active"/> 65 <xsd:enumeration value="starting"/> 66 <xsd:enumeration value="terminating"/> 67 <xsd:enumeration value="failed"/> 54 68 </xsd:restriction> 55 69 </xsd:simpleType> … … 440 454 <xsd:annotation> 441 455 <xsd:documentation> 442 The reply to a successful creation request. Includes the 443 information about federants hosting sub-experiments for service 444 access as well as virtual topology and visualization 445 information. All that information is relative to the requester. 446 ExperimentAccess includes credentials with which one can access 447 the experiment. These may include a public key necessary to 448 prove possession of the credential and should be treated with 449 care. 450 </xsd:documentation> 451 </xsd:annotation> 452 <xsd:sequence> 453 <xsd:element name="federant" type="tns:federatedExperimentType" 454 minOccurs="1" maxOccurs="unbounded"/> 455 <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0" 456 maxOccurs="1"/> 457 <xsd:element name="vis" type="tns:visType" minOccurs="0" 458 maxOccurs="1"/> 456 Returned to let the caller know that the request is underway and what 457 credentials will eventauly be able to be used to access them. 458 </xsd:documentation> 459 </xsd:annotation> 460 <xsd:sequence> 459 461 <xsd:element name="experimentID" type="tns:IDType" minOccurs="1" 460 462 maxOccurs="unbounded"/> 463 <xsd:element name="experimentStatus" type="tns:statusType"/> 461 464 <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0" 462 465 maxOccurs="1"/> … … 523 526 A combined topology, visualalization, and federant request. 524 527 Different information may be returned based on the user's rights 525 to see the topology. </xsd:documentation> 528 to see the topology. 529 </xsd:documentation> 526 530 </xsd:annotation> 527 531 <xsd:sequence> … … 533 537 <xsd:annotation> 534 538 <xsd:documentation> 535 Information on an instantiated experiment. A createResponse 536 without the secret information. Different information may be 537 returned based on the user's rights to see the topology. 539 Information on an instantiated experiment. Different information may 540 be returned based on the user's rights to see the topology. Includes 541 the information about federants hosting sub-experiments for service 542 access as well as virtual topology and visualization information. All 543 that information is relative to the requester. ExperimentAccess 544 includes credentials with which one can access the experiment. These 545 may include a public key necessary to prove possession of the 546 credential and should be treated with care. 538 547 </xsd:documentation> 539 548 </xsd:annotation> 540 549 <xsd:sequence> 541 550 <xsd:element name="federant" type="tns:federatedExperimentType" 542 minOccurs=" 1" maxOccurs="unbounded"/>551 minOccurs="0" maxOccurs="unbounded"/> 543 552 <xsd:element name="vtopo" type="tns:vtopoType" minOccurs="0" 544 553 maxOccurs="1"/> … … 547 556 <xsd:element name="experimentID" type="tns:IDType" minOccurs="1" 548 557 maxOccurs="unbounded"/> 558 <xsd:element name="allocationLog" type="xsd:string" minOccurs="0" 559 maxOccurs="1"/> 560 <xsd:element name="experimentStatus" type="tns:statusType"/> 561 <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0" 562 maxOccurs="1"/> 549 563 </xsd:sequence> 550 564 </xsd:complexType>
Note: See TracChangeset
for help on using the changeset viewer.