Ignore:
Timestamp:
Apr 16, 2010 8:16:22 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
4f2f41f
Parents:
0c4b12c
Message:

better service handling including project_export psuedo service done more or less right- tested on dry runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r0c4b12c r43197eb  
    426426    </xsd:annotation>
    427427    <xsd:sequence>
     428      <xsd:element name="id" type="xsd:string" minOccurs="0" maxOccurs="1" />
    428429      <xsd:element name="name" type="xsd:string"/>
    429430      <xsd:element name="server" type="xsd:string" minOccurs="0"
     
    441442  </xsd:complexType>
    442443
     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>
    443463
    444464  <xsd:complexType name="newRequestType">
     
    573593      <xsd:element name="experimentdescription"
    574594        type="tns:experimentDescriptionType"/>
    575       <xsd:element name="service" type="tns:serviceInfoType" minOccurs="0"
     595      <xsd:element name="service" type="tns:createServiceInfoType" minOccurs="0"
    576596        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 -->
    581597      <xsd:element name="experimentID" type="tns:IDType"/>
    582598    </xsd:sequence>
Note: See TracChangeset for help on using the changeset viewer.