Show
Ignore:
Timestamp:
05/26/10 03:36:05 (2 years ago)
Author:
Ted Faber <faber@…>
Children:
f432e51a10c715eaf8e6ef378f4bab039e13b20d
Parents:
21b54347f5580fc5b341c1f0adafa165f1284c35
git-committer:
Ted Faber <faber@isi.edu> / 2010-05-26T10:36:05Z+0000
Message:

Explicit embedding map

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    re77c86e 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"/>