Ignore:
Timestamp:
Nov 17, 2008 6:19:40 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:
7583a62
Parents:
afa43a8
Message:

checkpoint of the resource management stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    rafa43a8 rd81971a  
    395395      <xsd:element name="until" type="xsd:dateTime" minOccurs="0"
    396396        maxOccurs="1"/>
     397    </xsd:sequence>
     398  </xsd:complexType>
     399
     400  <xsd:complexType name="releaseRequestType">
     401    <xsd:annotation>
     402      <xsd:documentation>
     403        A request to release the access rights allocated by an earlier
     404        RequestAccess call.
     405      </xsd:documentation>
     406    </xsd:annotation>
     407    <xsd:sequence>
     408      <xsd:element name="allocID" type="tns:IDType"/>
     409    </xsd:sequence>
     410  </xsd:complexType>
     411
     412  <xsd:complexType name="releaseResponseType">
     413    <xsd:annotation>
     414      <xsd:documentation>
     415        Indication that the access has been terminated.
     416      </xsd:documentation>
     417    </xsd:annotation>
     418    <xsd:sequence>
     419      <xsd:element name="allocID" type="tns:IDType"/>
    397420    </xsd:sequence>
    398421  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.