Ignore:
Timestamp:
Aug 1, 2008 11:41:39 AM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
808889e
Parents:
7da9da6
Message:

split out project creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r7da9da6 ref36c1e  
    118118    </xsd:annotation>
    119119    <xsd:sequence>
    120       <xsd:element name="name" type="tns:IDType"/>
     120      <xsd:element name="name" type="tns:IDType" minOccurs="0" maxOccurs="1"/>
    121121      <xsd:element name="user" type="tns:userType" minOccurs="0"
    122122        maxOccurs="unbounded"/>
     
    152152      <xsd:element name="resources" type="tns:resourcesType"
    153153        minOccurs="0" maxOccurs="1"/>
     154    </xsd:sequence>
     155  </xsd:complexType>
     156
     157  <xsd:complexType name="projectAllocResponseType">
     158    <xsd:annotation>
     159      <xsd:documentation>
     160        The information needed to create a dynamic project
     161      </xsd:documentation>
     162    </xsd:annotation>
     163    <xsd:sequence>
     164      <xsd:element name="project" type="tns:projectType"/>
    154165    </xsd:sequence>
    155166  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.