Show
Ignore:
Timestamp:
02/20/10 12:07:17 (2 years ago)
Author:
Ted Faber <faber@…>
Children:
39ee3cc7a0b33c04a23591b8a95b3707f3dbc5be
Parents:
2fdf4b31193b654cc49168eba10346b659c8e770
git-committer:
Ted Faber <faber@isi.edu> / 2010-02-20T20:07:17Z+0000
Message:

Initial commit of support for transit connection info

Location:
wsdl
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r8139a48 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"/> 
  • wsdl/topdl.xsd

    rae0f69a r5b74b63  
    167167      <xsd:element name="substrate" type="xsd:string" minOccurs="1"  
    168168        maxOccurs="unbounded"/> 
     169      <xsd:element name="name" type="xsd:string" /> 
    169170      <xsd:element name="capacity" type="tns:capacityType"  
    170171        minOccurs="0" maxOccurs="1"/>