Ignore:
Timestamp:
Feb 20, 2010 12:07:17 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
39ee3cc
Parents:
2fdf4b3
Message:

Initial commit of support for transit connection info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r2fdf4b3 r5b74b63  
    355355  </xsd:simpleType>
    356356
     357  <xsd:complexType name="memberType">
     358    <xsd:annotation>
     359      <xsd:documentation>
     360        A member of a set of nodes for which transit is being provided
     361      </xsd:documentation>
     362    </xsd:annotation>
     363    <xsd:sequence>
     364      <xsd:element name="element" type="xsd:string"/>
     365      <xsd:element name="interface" type="xsd:string" minOccurs="0"
     366        maxOccurs="1"/>
     367    </xsd:sequence>
     368  </xsd:complexType>
     369
    357370  <xsd:complexType name="connectionInfoType">
    358371    <xsd:annotation>
     
    367380      <xsd:element name="portal" type="xsd:string" minOccurs="0" maxOccurs="1"/>
    368381      <xsd:element name="peer" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     382      <xsd:element name="member" type="tns:memberType" minOccurs="0"
     383        maxOccurs="unbounded" />
    369384      <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0"
    370385        maxOccurs="unbounded"/>
Note: See TracChangeset for help on using the changeset viewer.