Changeset 4e00f7c
- Timestamp:
- May 26, 2010 3:36:05 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- f432e51
- Parents:
- 21b5434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r21b5434 r4e00f7c 582 582 <xsd:element name="experimentID" type="tns:IDType" minOccurs="1" 583 583 maxOccurs="unbounded"/> 584 <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0" 585 maxOccurs="unbounded"/> 584 586 <xsd:element name="experimentStatus" type="tns:statusType"/> 585 587 </xsd:sequence> … … 670 672 671 673 <!-- end go away --> 674 675 <xsd:complexType name="embeddingMapType"> 676 <xsd:annotation> 677 <xsd:documentation> 678 A mapping between a name in the topology and the physical resource to 679 which it has been mapped. 680 </xsd:documentation> 681 </xsd:annotation> 682 <xsd:sequence> 683 <xsd:element name="toponame" type="xsd:string"/> 684 <xsd:element name="physname" type="xsd:string" minOccurs="0" 685 maxOccurs="unbounded"/> 686 <xsd:element name="testbed" type="xsd:string" minOccurs="0" 687 maxOccurs="1"/> 688 </xsd:sequence> 689 </xsd:complexType> 672 690 673 691 <xsd:complexType name="infoResponseType"> … … 700 718 <xsd:element name="experimentdescription" 701 719 type="tns:experimentDescriptionType" minOccurs="0" maxOccurs="1"/> 720 <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0" 721 maxOccurs="unbounded"/> 702 722 </xsd:sequence> 703 723 </xsd:complexType> … … 782 802 <xsd:element name="segmentdescription" 783 803 type="tns:experimentDescriptionType"/> 804 <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0" 805 maxOccurs="unbounded"/> 784 806 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 785 807 maxOccurs="unbounded"/>
Note: See TracChangeset
for help on using the changeset viewer.