1 |
<?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:appinfo>xmiid=_12_1_2_213004e4_1207371341875_294579_1271</xsd:appinfo> |
15 |
</xsd:annotation> |
16 |
<xsd:sequence> |
17 |
<xsd:element name="name" type="xsd:string"/> |
18 |
<xsd:element name="description" type="xsd:string"/> |
19 |
<xsd:element name="url" type="xsd:string"/> |
20 |
<xsd:element name="term" type="Term" minOccurs="0"/> |
21 |
<xsd:element name="triple" type="Triple" minOccurs="0"/> |
22 |
</xsd:sequence> |
23 |
</xsd:complexType> |
24 |
<xsd:complexType name="Term"> |
25 |
<xsd:annotation> |
26 |
<xsd:documentation/> |
27 |
<xsd:appinfo>xmiid=_12_1_2_213004e4_1207371560437_830894_1294</xsd:appinfo> |
28 |
</xsd:annotation> |
29 |
<xsd:sequence> |
30 |
<xsd:element name="name" type="xsd:string"/> |
31 |
<xsd:element name="description" type="xsd:string"/> |
32 |
<xsd:element name="uri" type="xsd:string"/> |
33 |
</xsd:sequence> |
34 |
</xsd:complexType> |
35 |
<xsd:complexType name="Triple"> |
36 |
<xsd:annotation> |
37 |
<xsd:documentation/> |
38 |
<xsd:appinfo>xmiid=_12_1_2_213004e4_1207371565328_764364_1317</xsd:appinfo> |
39 |
</xsd:annotation> |
40 |
<xsd:sequence> |
41 |
<xsd:element name="name" type="xsd:string"/> |
42 |
<xsd:element name="description" type="xsd:string"/> |
43 |
<xsd:element name="uri" type="xsd:string"/> |
44 |
<xsd:element name="to" type="base:Reference"> |
45 |
<xsd:annotation> |
46 |
<xsd:appinfo>xmiidref=_12_1_2_213004e4_1207371560437_830894_1294</xsd:appinfo> |
47 |
</xsd:annotation> |
48 |
</xsd:element> |
49 |
<xsd:element name="from" type="base:Reference"> |
50 |
<xsd:annotation> |
51 |
<xsd:appinfo>xmiidref=_12_1_2_213004e4_1207371560437_830894_1294</xsd:appinfo> |
52 |
</xsd:annotation> |
53 |
</xsd:element> |
54 |
</xsd:sequence> |
55 |
</xsd:complexType> |
56 |
</xsd:schema> |