Changeset a11eda5 for wsdl


Ignore:
Timestamp:
Feb 29, 2012 5:06:03 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, master
Children:
2bb8b35
Parents:
fe6e0be
Message:

Add support for testbeds to indicate preference for outgoing portal
connections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    rfe6e0be ra11eda5  
    237237        systems the information to map the local name into a service
    238238        location.
     239
     240        The optional active element is true when the testbed prefers active
     241        portal nodes.
    239242      </xsd:documentation>
    240243    </xsd:annotation>
     
    242245      <xsd:element name="testbed" type="xsd:string"/>
    243246      <xsd:element name="uri" type="xsd:string"/>
     247      <xsd:element name="active" type="xsd:boolean"
     248        minOccurs="0" maxOccurs="1"/>
    244249    </xsd:sequence>
    245250  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.