Ignore:
Timestamp:
Sep 4, 2008 11:20:54 AM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
4fc2250
Parents:
4d48e01
Message:

initial SEER integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_types.xsd

    r4d48e01 rbcbf543  
    170170  </xsd:complexType>
    171171
    172   <xsd:complexType name="vtoponodesType">
    173     <xsd:annotation>
    174       <xsd:documentation>
    175         Collection of nodes in the virtual topology of a federated experiment (emulab legacy)
    176       </xsd:documentation>
    177     </xsd:annotation>
    178     <xsd:sequence>
    179       <xsd:element name="node" type="tns:vtoponodeType" minOccurs="0"
    180         maxOccurs="unbounded"/>
    181     </xsd:sequence>
    182   </xsd:complexType>
    183 
    184172  <xsd:complexType name="vtopolanType">
    185173    <xsd:annotation>
     
    198186  </xsd:complexType>
    199187
    200   <xsd:complexType name="vtopolansType">
    201     <xsd:annotation>
    202       <xsd:documentation>
    203         Collection of LAN in the virtual topology of a federated experiment (emulab legacy)
    204       </xsd:documentation>
    205     </xsd:annotation>
    206     <xsd:sequence>
     188  <xsd:complexType name="vtopoType">
     189    <xsd:annotation>
     190      <xsd:documentation>
     191        The virtual topology of a federated experiment (emulab legacy)
     192      </xsd:documentation>
     193    </xsd:annotation>
     194    <xsd:sequence>
     195      <xsd:element name="node" type="tns:vtoponodeType" minOccurs="0"
     196        maxOccurs="unbounded" />
    207197      <xsd:element name="lan" type="tns:vtopolanType" minOccurs="0"
    208198        maxOccurs="unbounded"/>
    209     </xsd:sequence>
    210   </xsd:complexType>
    211 
    212   <xsd:complexType name="vtopoType">
    213     <xsd:annotation>
    214       <xsd:documentation>
    215         The virtual topology of a federated experiment (emulab legacy)
    216       </xsd:documentation>
    217     </xsd:annotation>
    218     <xsd:sequence>
    219       <xsd:element name="nodes" type="tns:vtoponodesType"/>
    220       <xsd:element name="lans" type="tns:vtopolansType"/>
    221199    </xsd:sequence>
    222200  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.