- Timestamp:
- Feb 20, 2010 12:07:17 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 39ee3cc
- Parents:
- 2fdf4b3
- Location:
- wsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r2fdf4b3 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
r2fdf4b3 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"/>
Note: See TracChangeset
for help on using the changeset viewer.