Changes between Version 1 and Version 2 of CPInstance

Show
Ignore:
Timestamp:
02/12/08 23:51:05 (22 months ago)
Author:
rpwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CPInstance

    v1 v2  
    44 
    55{{{ 
    6  
     6#!xml 
     7<?xml version="1.0" encoding="UTF-8"?> 
     8<sim:Simulation 
     9        xmlns:sim="http://www.ivoa.net/xml/theory/Simulation/v0.1" 
     10        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     11        xsi:schemaLocation="http://www.ivoa.net/xml/theory/Simulation/v0.1 http://www.ivoa.net/internal/IVOA/IVOATheorySimulationCADACDatamodel/Simulation.xsd" 
     12        created="2008-02-12T23:00:00" updated="2008-02-12T23:00:00" 
     13        status="active"> 
     14        <validationLevel validatedBy="ivo://lca">0</validationLevel> 
     15        <title>How to use cp</title> 
     16        <shortName>cp</shortName> 
     17        <identifier>ivo://lca/simulations/cp</identifier> 
     18        <curation> 
     19                <publisher ivo-id="ivo://lca"> 
     20                        Laboratory for Computational Astrophysics 
     21                </publisher> 
     22                <contact> 
     23                        <name>Rick Wagner</name> 
     24                        <email>rick@ucsd.edu</email> 
     25                </contact> 
     26        </curation> 
     27        <content> 
     28                <subject>software</subject> 
     29                <description> 
     30                        Trivial (or, perhaps pointless) instance document. 
     31                </description> 
     32                <referenceURL> 
     33                        http://lca.ucsd.edu/projects/rpwagner/wiki/CPInstance 
     34                </referenceURL> 
     35        </content> 
     36        <sim:SimulationRun> 
     37                <sim:publisherDID> 
     38                        ivo://lca/simulations/cp/runs/1 
     39                </sim:publisherDID> 
     40                <sim:Program 
     41                        reference="http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man1/cp.1.html"> 
     42                        cp 
     43                </sim:Program> 
     44                <sim:Parameter 
     45                        name="source_file"> 
     46                        foo 
     47                </sim:Parameter> 
     48                <sim:Parameter 
     49                        name="destination_file"> 
     50                        bar 
     51                </sim:Parameter> 
     52                </sim:SimulationRun> 
     53</sim:Simulation> 
    754}}}