Show
Ignore:
Timestamp:
11/23/11 14:44:40 (6 months ago)
Author:
Ted Faber <faber@…>
Children:
45e880df6e8b75546f71b5e3a7a48f412ae731c4
Parents:
f769cb349909de3ef4cdd95a91f13f06be537a69
git-committer:
Ted Faber <faber@isi.edu> / 2011-11-23T14:44:40Z-0800
Message:

beginnings of info requests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r80b1e82 rc6f867c  
    816816      <xsd:element name="deallocationLog" type="xsd:string" minOccurs="0" 
    817817        maxOccurs="1"/> 
     818      <xsd:element name="proof" type="tns:proofType" /> 
     819    </xsd:sequence> 
     820  </xsd:complexType> 
     821 
     822  <xsd:complexType name="infoSegmentRequestType"> 
     823    <xsd:annotation> 
     824      <xsd:documentation> 
     825        Request current status of the segment 
     826      </xsd:documentation> 
     827    </xsd:annotation> 
     828    <xsd:sequence> 
     829      <xsd:element name="allocID" type="tns:IDType"/> 
     830    </xsd:sequence> 
     831  </xsd:complexType> 
     832 
     833 
     834  <xsd:complexType name="startSegmentResponseType"> 
     835    <xsd:annotation> 
     836      <xsd:documentation> 
     837        Current status of the allocation 
     838      </xsd:documentation> 
     839    </xsd:annotation> 
     840    <xsd:sequence> 
     841      <xsd:element name="allocID" type="tns:IDType"/> 
     842      <xsd:element name="segmentdescription"  
     843        type="tns:experimentDescriptionType"/> 
     844      <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 
     845        maxOccurs="unbounded"/> 
    818846      <xsd:element name="proof" type="tns:proofType" /> 
    819847    </xsd:sequence>