Changeset 4e00f7c


Ignore:
Timestamp:
May 26, 2010 3:36:05 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
f432e51
Parents:
21b5434
Message:

Explicit embedding map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r21b5434 r4e00f7c  
    582582      <xsd:element name="experimentID" type="tns:IDType" minOccurs="1"
    583583        maxOccurs="unbounded"/>
     584      <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0"
     585        maxOccurs="unbounded"/>
    584586      <xsd:element name="experimentStatus" type="tns:statusType"/>
    585587    </xsd:sequence>
     
    670672
    671673  <!-- 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>
    672690
    673691  <xsd:complexType name="infoResponseType">
     
    700718      <xsd:element name="experimentdescription"
    701719        type="tns:experimentDescriptionType" minOccurs="0" maxOccurs="1"/>
     720      <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0"
     721        maxOccurs="unbounded"/>
    702722    </xsd:sequence>
    703723  </xsd:complexType>
     
    782802      <xsd:element name="segmentdescription"
    783803        type="tns:experimentDescriptionType"/>
     804      <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0"
     805        maxOccurs="unbounded"/>
    784806      <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0"
    785807        maxOccurs="unbounded"/>
Note: See TracChangeset for help on using the changeset viewer.