Changeset 5b74b6303e37a36fa075228a647fcae696e3cbf6 for wsdl
- Timestamp:
- 02/20/10 12:07:17 (2 years ago)
- Children:
- 39ee3cc7a0b33c04a23591b8a95b3707f3dbc5be
- Parents:
- 2fdf4b31193b654cc49168eba10346b659c8e770
- git-committer:
- Ted Faber <faber@isi.edu> / 2010-02-20T20:07:17Z+0000
- Location:
- wsdl
- Files:
-
- 2 modified
-
fedd_types.xsd (modified) (2 diffs)
-
topdl.xsd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r8139a48 r5b74b63 355 355 </xsd:simpleType> 356 356 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 357 370 <xsd:complexType name="connectionInfoType"> 358 371 <xsd:annotation> … … 367 380 <xsd:element name="portal" type="xsd:string" minOccurs="0" maxOccurs="1"/> 368 381 <xsd:element name="peer" type="xsd:string" minOccurs="0" maxOccurs="1"/> 382 <xsd:element name="member" type="tns:memberType" minOccurs="0" 383 maxOccurs="unbounded" /> 369 384 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 370 385 maxOccurs="unbounded"/> -
wsdl/topdl.xsd
rae0f69a r5b74b63 167 167 <xsd:element name="substrate" type="xsd:string" minOccurs="1" 168 168 maxOccurs="unbounded"/> 169 <xsd:element name="name" type="xsd:string" /> 169 170 <xsd:element name="capacity" type="tns:capacityType" 170 171 minOccurs="0" maxOccurs="1"/>
