Parent Directory
|
Revision Log
updated public xsd
1 | gerard.lemson | 274 | <?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/project" | ||
4 | xmlns:base="http://www.ivoa.net/xml/dm/base/v0.1" | ||
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 | targetNamespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/project"> | ||
8 | <xsd:annotation> | ||
9 | <xsd:documentation>Generated from UML->XMI->intermediate->XSD.</xsd:documentation> | ||
10 | </xsd:annotation> | ||
11 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb" | ||
12 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb.xsd"/> | ||
13 | <xsd:import namespace="http://www.ivoa.net/xml/SNAP/v0.1/simdb/experiment" | ||
14 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/simdb/experiment.xsd"/> | ||
15 | <xsd:import namespace="http://www.ivoa.net/xml/dm/base/v0.1" | ||
16 | schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/base.xsd"/> | ||
17 | <xsd:complexType name="ProjectExperiment"> | ||
18 | <xsd:annotation> | ||
19 | bourges.laurent | 405 | <xsd:documentation>TODO : Missing description : please, update your UML model asap.</xsd:documentation> |
20 | gerard.lemson | 274 | <xsd:appinfo>xmiid=_14_0_8e0028f_1202820710484_502833_2761</xsd:appinfo> |
21 | </xsd:annotation> | ||
22 | <xsd:sequence> | ||
23 | <xsd:element name="experiment" type="base:Reference"> | ||
24 | <xsd:annotation> | ||
25 | <xsd:appinfo>xmiidref=_12_1_8e0028f_1175592662265_484162_263</xsd:appinfo> | ||
26 | </xsd:annotation> | ||
27 | </xsd:element> | ||
28 | </xsd:sequence> | ||
29 | </xsd:complexType> | ||
30 | |||
31 | <xsd:complexType name="Project"> | ||
32 | <xsd:annotation> | ||
33 | <xsd:documentation>A collection of SNAP experiments that have been executed together and are registered in an IVOA registry as a single Resource.</xsd:documentation> | ||
34 | <xsd:appinfo>xmiid=_12_1_2_8e0028f_1191338785390_934381_291</xsd:appinfo> | ||
35 | </xsd:annotation> | ||
36 | <xsd:complexContent> | ||
37 | <xsd:extension base="p5:Resource"> | ||
38 | <xsd:sequence> | ||
39 | bourges.laurent | 292 | <xsd:element name="experiment" type="ProjectExperiment" maxOccurs="unbounded"/> |
40 | gerard.lemson | 274 | </xsd:sequence> |
41 | </xsd:extension> | ||
42 | </xsd:complexContent> | ||
43 | </xsd:complexType> | ||
44 | |||
45 | </xsd:schema> |
msdemlei@ari.uni-heidelberg.de | ViewVC Help |
Powered by ViewVC 1.1.26 |