- Timestamp:
- Apr 16, 2010 8:16:22 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 4f2f41f
- Parents:
- 0c4b12c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r0c4b12c r43197eb 426 426 </xsd:annotation> 427 427 <xsd:sequence> 428 <xsd:element name="id" type="xsd:string" minOccurs="0" maxOccurs="1" /> 428 429 <xsd:element name="name" type="xsd:string"/> 429 430 <xsd:element name="server" type="xsd:string" minOccurs="0" … … 441 442 </xsd:complexType> 442 443 444 <xsd:complexType name="createServiceInfoType"> 445 <xsd:annotation> 446 <xsd:documentation> 447 The global descriptions of services in the creation request. These 448 indicate which services are being provided at a testbed level. They 449 become service info requests in segment creation. 450 </xsd:documentation> 451 </xsd:annotation> 452 <xsd:sequence> 453 <xsd:element name="id" type="xsd:string" minOccurs="0" maxOccurs="1" /> 454 <xsd:element name="name" type="xsd:string"/> 455 <xsd:element name="export" type="xsd:string" 456 minOccurs="0" maxOccurs="unbounded"/> 457 <xsd:element name="import" type="xsd:string" 458 minOccurs="0" maxOccurs="unbounded"/> 459 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 460 maxOccurs="unbounded"/> 461 </xsd:sequence> 462 </xsd:complexType> 443 463 444 464 <xsd:complexType name="newRequestType"> … … 573 593 <xsd:element name="experimentdescription" 574 594 type="tns:experimentDescriptionType"/> 575 <xsd:element name="service" type="tns: serviceInfoType" minOccurs="0"595 <xsd:element name="service" type="tns:createServiceInfoType" minOccurs="0" 576 596 maxOccurs="unbounded" /> 577 <!-- begin deprecated -->578 <xsd:element name="master" type="xsd:string" minOccurs="0" maxOccurs="1"/>579 <xsd:element name='exportProject' type="tns:IDType" minOccurs="0" maxOccurs="1"/>580 <!-- end deprecated -->581 597 <xsd:element name="experimentID" type="tns:IDType"/> 582 598 </xsd:sequence>
Note: See TracChangeset
for help on using the changeset viewer.