Changes between Version 41 and Version 42 of GENIExperimenter/RSpecs


Ignore:
Timestamp:
05/15/12 11:28:29 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/RSpecs

    v41 v42  
    4444The only thing that changed from ProtoGENI v2 to GENI v3 RSpecs is the location of the schemas. On the top of a ProtoGENI v2 RSpecs there is the `<rspec>` tag that provides a lot of information about the RSpec version that is used in the document. In order to convert them to GENI v3 RSpecs you will just need to replace that tag.
    4545
    46 ''' ProtoGENI v2 example '''
     46''' ProtoGENI v2 tag '''
    4747{{{
    4848#!xml
     
    5353       type="request" >
    5454
    55 <!-- Rest of RSpec -->
     55     <!-- Rest of RSpec -->
     56
    5657</rspec>
    5758}}}
    5859
     60''' GENI v3 tag '''
     61{{{
     62<rspec  xmlns="http://www.geni.net/resources/rspec/3"
     63             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     64             xsi:schemaLocation="http://www.geni.net/resources/rspec/3
     65                        http://www.geni.net/resources/rspec/3/request.xsd"
     66     type="request"  >
     67
     68     <!-- Rest of RSpec -->
     69
     70</rspec>
     71
     72}}}
     73
    5974''' For comments and corrections on this page please [mailto:help@geni.net email us].'''