Ignore:
Timestamp:
Sep 19, 2008 6:25:54 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:
01073f7
Parents:
9d207bd
Message:

reconfigure sshd_config explicitly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r9d207bd r7a8d667  
    420420    </xsd:sequence>
    421421  </xsd:complexType>
     422
     423  <xsd:complexType name="terminateRequestType">
     424    <xsd:annotation>
     425      <xsd:documentation>
     426        Request to terminate an experiment
     427      </xsd:documentation>
     428    </xsd:annotation>
     429    <xsd:sequence>
     430      <xsd:element name="experiment" type="tns:IDType"/>
     431    </xsd:sequence>
     432  </xsd:complexType>
     433
     434  <xsd:complexType name="terminateResponseType">
     435    <xsd:annotation>
     436      <xsd:documentation>
     437        Request to terminate an experiment
     438      </xsd:documentation>
     439    </xsd:annotation>
     440    <xsd:sequence>
     441      <xsd:element name="experiment" type="tns:IDType"/>
     442    </xsd:sequence>
     443  </xsd:complexType>
     444
    422445
    423446  <xsd:complexType name="faultType">
Note: See TracChangeset for help on using the changeset viewer.