Changeset 7b26c39 for wsdl


Ignore:
Timestamp:
Dec 8, 2009 4:51:06 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
7d2814a
Parents:
7183b48
Message:

Cleanup and split creation into two operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r7183b48 r7b26c39  
    480480      <xsd:element name="testbedmap" type="tns:mapType" minOccurs="0"
    481481        maxOccurs="unbounded"/>
     482      <!-- this can go away pretty quickly, I think -->
    482483      <xsd:element name="user" type="tns:userType" minOccurs="1"
    483484        maxOccurs="unbounded"/>
     
    486487      <xsd:element name="master" type="xsd:string"/>
    487488      <xsd:element name='exportProject' type="tns:IDType"/>
    488       <xsd:element name="experimentID" type="tns:IDType" minOccurs="0"
    489         maxOccurs="1"/>
     489      <xsd:element name="experimentID" type="tns:IDType"/>
    490490    </xsd:sequence>
    491491  </xsd:complexType>
     
    502502        maxOccurs="unbounded"/>
    503503      <xsd:element name="experimentStatus" type="tns:statusType"/>
    504       <xsd:element name="experimentAccess" type="tns:accessType" minOccurs="0"
    505         maxOccurs="1"/>
    506504    </xsd:sequence>
    507505  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.