1 |
gerard.lemson |
212 |
<?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/ontology" |
4 |
|
|
xmlns:base="http://www.ivoa.net/xml/dm/base/v0.1" |
5 |
|
|
targetNamespace="http://www.ivoa.net/xml/SNAP/v0.1/ontology"> |
6 |
|
|
<xsd:annotation> |
7 |
|
|
<xsd:documentation>Generated from UML->XMI->intermediate->XSD.</xsd:documentation> |
8 |
|
|
</xsd:annotation> |
9 |
|
|
<xsd:import namespace="http://www.ivoa.net/xml/dm/base/v0.1" |
10 |
|
|
schemaLocation="http://volute.googlecode.com/svn/trunk/projects/theory/snapdm/xsd/base.xsd"/> |
11 |
|
|
<xsd:complexType name="Ontology"> |
12 |
|
|
<xsd:annotation> |
13 |
|
|
<xsd:documentation/> |
14 |
|
|
</xsd:annotation> |
15 |
|
|
<xsd:sequence> |
16 |
|
|
<xsd:element name="name" type="xsd:string"/> |
17 |
|
|
<xsd:element name="description" type="xsd:string"/> |
18 |
|
|
<xsd:element name="url" type="xsd:string"/> |
19 |
|
|
<xsd:element name="term" type="Term" minOccurs="0"/> |
20 |
|
|
<xsd:element name="triple" type="Triple" minOccurs="0"/> |
21 |
|
|
</xsd:sequence> |
22 |
|
|
</xsd:complexType> |
23 |
|
|
<xsd:complexType name="Term"> |
24 |
|
|
<xsd:annotation> |
25 |
|
|
<xsd:documentation/> |
26 |
|
|
</xsd:annotation> |
27 |
|
|
<xsd:sequence> |
28 |
|
|
<xsd:element name="name" type="xsd:string"/> |
29 |
|
|
<xsd:element name="description" type="xsd:string"/> |
30 |
|
|
<xsd:element name="uri" type="xsd:string"/> |
31 |
|
|
</xsd:sequence> |
32 |
|
|
</xsd:complexType> |
33 |
|
|
<xsd:complexType name="Triple"> |
34 |
|
|
<xsd:annotation> |
35 |
|
|
<xsd:documentation/> |
36 |
|
|
</xsd:annotation> |
37 |
|
|
<xsd:sequence> |
38 |
|
|
<xsd:element name="name" type="xsd:string"/> |
39 |
|
|
<xsd:element name="description" type="xsd:string"/> |
40 |
|
|
<xsd:element name="uri" type="xsd:string"/> |
41 |
|
|
<xsd:element name="to" type="Term"/> |
42 |
|
|
<xsd:element name="from" type="Term"/> |
43 |
|
|
</xsd:sequence> |
44 |
|
|
</xsd:complexType> |
45 |
|
|
</xsd:schema> |