Changeset 132440f265f8547bbedb673632c193befdb1142f for wsdl
- Timestamp:
- 06/29/10 12:22:31 (23 months ago)
- Children:
- a452f3c2e8b16db941108f681baf4be03f7fee88
- Parents:
- e2ff75d46cbd87600f1005e219371ee601dbb438
- git-committer:
- Ted Faber <faber@isi.edu> / 2010-06-29T19:22:31Z+0000
- Files:
-
- 1 modified
-
wsdl/fedd_types.xsd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
re11f4e0 r132440f 486 486 provide access to many), the user or project requesting access 487 487 (a testbed making the request will leave both empty), the 488 resources needed, the access keys to be used in the subsequent 489 instantiation and service use, an allocation ID to identify this 490 access in later requests, and scheduling information. 491 </xsd:documentation> 492 </xsd:annotation> 493 <xsd:sequence> 494 <xsd:element name="destinationTestbed" type="tns:IDType" 495 minOccurs="0" maxOccurs="1" /> 488 resources needed, and scheduling information. 489 </xsd:documentation> 490 </xsd:annotation> 491 <xsd:sequence> 496 492 <xsd:element name="credential" type="xsd:string" minOccurs="0" 497 493 maxOccurs="unbounded"/> … … 500 496 <xsd:element name="service" type="tns:serviceInfoType" minOccurs="0" 501 497 maxOccurs="unbounded" /> 502 <xsd:element name="allocID" type="tns:IDType"/>503 498 <xsd:element name="when" type="xsd:dateTime" minOccurs="0" maxOccurs="1"/> 504 499 <xsd:element name="until" type="xsd:dateTime" minOccurs="0"
