Parent Directory
|
Revision Log
Introdue the SimDB_root with the root elements
1 | gerard.lemson | 275 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" | ||
3 | xmlns="http://www.ivoa.net/xml/SNAP/v0.1/SimDB" | ||
4 | xmlns:p1="http://www.ivoa.net/xml/SNAP/v0.1/IVOAValueTypes" | ||
5 | xmlns:p5="http://www.ivoa.net/xml/SNAP/v0.1/simdb" | ||
6 | xmlns:p4="http://www.ivoa.net/xml/SNAP/v0.1/simdb/experiment" | ||
7 | xmlns:p2="http://www.ivoa.net/xml/SNAP/v0.1/simdb/protocol" | ||
8 | xmlns:p3="http://www.ivoa.net/xml/SNAP/v0.1/simdb/project" | ||
9 | xmlns:p6="http://www.ivoa.net/xml/SNAP/v0.1/simdb/object" | ||
10 | targetNamespace="http://www.ivoa.net/xml/SNAP/v0.1/SimDB"> | ||
11 | <xsd:annotation> | ||
12 | <xsd:documentation>Root elements for the model. Generated from UML->XMI->intermediate->XSD. | ||
13 | As root elements we choose the concrete types in inheritance hierarchies with no contained types. | ||
14 | @@TODO We assume those concrete types should be final. This should be tested. @@ | ||
15 | </xsd:documentation> | ||
16 | </xsd:annotation> | ||
17 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/IVOAValueTypes" | ||
18 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/IVOAValueTypes.xsd"/> | ||
19 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb" | ||
20 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb.xsd"/> | ||
21 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/experiment" | ||
22 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb/experiment.xsd"/> | ||
23 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/protocol" | ||
24 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb/protocol.xsd"/> | ||
25 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/project" | ||
26 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb/project.xsd"/> | ||
27 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/object" | ||
28 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb/object.xsd"/> | ||
29 | <xsd:import namespace="http://www.ivoa.net/xml/dm/base/v0.1" | ||
30 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/base.xsd"/> | ||
31 | <xsd:element name="aSimulation" type="p4:Simulation"/> | ||
32 | <xsd:element name="aClusterDetection" type="p4:ClusterDetection"/> | ||
33 | <xsd:element name="aVisualisation" type="p4:Visualisation"/> | ||
34 | <xsd:element name="aSubvolumeExtraction" type="p4:SubvolumeExtraction"/> | ||
35 | <xsd:element name="aCompositeExperiment" type="p4:CompositeExperiment"/> | ||
36 | <xsd:element name="aCompositeProtocol" type="p4:CompositeProtocol"/> | ||
37 | <xsd:element name="aSimulator" type="p2:Simulator"/> | ||
38 | <xsd:element name="aClusterFinder" type="p2:ClusterFinder"/> | ||
39 | <xsd:element name="aVisualiser" type="p2:Visualiser"/> | ||
40 | <xsd:element name="aSubvolumeExtractor" type="p2:SubvolumeExtractor"/> | ||
41 | <xsd:element name="aProject" type="p3:Project"/> | ||
42 | <xsd:element name="aContact" type="p5:Contact"/> | ||
43 | </xsd:schema> |
msdemlei@ari.uni-heidelberg.de | ViewVC Help |
Powered by ViewVC 1.1.26 |