Changeset 2ac63f7d


Ignore:
Timestamp:
Dec 4, 2008 9:35:16 PM (15 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:
c3dcf48
Parents:
c8853fd
Message:

Add resources to several allocation messages.

Location:
fedd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_internal_messages.wsdl

    rc8853fd r2ac63f7d  
    2222
    2323  <message name="AllocateProjectResponseMessage">
    24     <part name="AllocateProjectResponseBody"
    25       type="xsd1:projectAllocResponseType"/>
     24    <part name="AllocateProjectResponseBody" type="xsd1:projectAllocType"/>
    2625  </message>
    2726
     
    3130
    3231  <message name="StaticProjectResponseMessage">
    33     <part name="StaticProjectResponseBody"
    34       type="xsd1:projectAllocResponseType"/>
     32    <part name="StaticProjectResponseBody" type="xsd1:projectAllocType"/>
    3533  </message>
    3634
     
    4038
    4139  <message name="ReleaseProjectResponseMessage">
    42     <part name="ReleaseProjectResponseBody"
    43       type="xsd1:projectAllocResponseType"/>
     40    <part name="ReleaseProjectResponseBody" type="xsd1:projectAllocType"/>
    4441  </message>
    4542
  • fedd/fedd_types.xsd

    rc8853fd r2ac63f7d  
    321321      <xsd:element name="resources" type="tns:resourcesType"
    322322        minOccurs="0" maxOccurs="1"/>
    323     </xsd:sequence>
    324   </xsd:complexType>
    325 
    326   <xsd:complexType name="projectAllocResponseType">
    327     <xsd:annotation>
    328       <xsd:documentation>
    329         The description of a dynamically created project, used by an
    330         internal fedd interface.
    331       </xsd:documentation>
    332     </xsd:annotation>
    333     <xsd:sequence>
    334       <xsd:element name="project" type="tns:projectType"/>
    335323    </xsd:sequence>
    336324  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.