Ignore:
Timestamp:
Jul 30, 2008 3:48:02 PM (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:
ef36c1e
Parents:
21a1c30
Message:

split out project creation. Local project creation works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r21a1c30 r7da9da6  
    139139      <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0"
    140140        maxOccurs="unbounded"/>
     141    </xsd:sequence>
     142  </xsd:complexType>
     143
     144  <xsd:complexType name="projectAllocType">
     145    <xsd:annotation>
     146      <xsd:documentation>
     147        The information needed to create a dynamic project
     148      </xsd:documentation>
     149    </xsd:annotation>
     150    <xsd:sequence>
     151      <xsd:element name="project" type="tns:projectType"/>
     152      <xsd:element name="resources" type="tns:resourcesType"
     153        minOccurs="0" maxOccurs="1"/>
    141154    </xsd:sequence>
    142155  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.