Changeset 3bddd24 for wsdl


Ignore:
Timestamp:
Dec 8, 2009 5:45:03 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
99eb8cf
Parents:
7d2814a
Message:

moving toward credentials, and away from emulab specifics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r7d2814a r3bddd24  
    404404      <xsd:element name="destinationTestbed" type="tns:IDType"
    405405        minOccurs="0" maxOccurs="1" />
    406       <xsd:choice>
    407         <xsd:element name="project" type="tns:projectType" minOccurs="0"
    408           maxOccurs="1"/>
    409         <xsd:element name="user" type="tns:userType" minOccurs="0"
    410           maxOccurs="unbounded"/>
    411       </xsd:choice>
     406      <xsd:element name="credential" type="xsd:string" minOccurs="0"
     407        maxOccurs="unbounded"/>
    412408      <xsd:element name="resources" type="tns:resourcesType" minOccurs="0"
    413409        maxOccurs="1"/>
    414       <xsd:element name="createAccess" type="tns:accessType" minOccurs="1"
    415         maxOccurs="unbounded"/>
    416       <xsd:element name="serviceAccess" type="tns:accessType" minOccurs="1"
    417         maxOccurs="unbounded"/>
    418410      <xsd:element name="exportProject" type="tns:IDType"
    419411        minOccurs="0" maxOccurs="1"/>
Note: See TracChangeset for help on using the changeset viewer.