-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtapschema.vodml-binding.xml
27 lines (27 loc) · 1.13 KB
/
tapschema.vodml-binding.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<m:mappedModels xmlns:m="http://www.ivoa.net/xml/vodml-binding/v0.9.1">
<!-- minimal template-->
<model>
<name>tapschema</name> <!-- note that this is the model name and "prefix" to vodml-ids -->
<file>tapschema.vo-dml.xml</file> <!-- this is the local file name -->
<java-package>org.ivoa.tap.schema</java-package> <!-- the java package for the generated code -->
<xml-targetnamespace prefix="tap">http://ivoa.net/dm/tapschema/v1</xml-targetnamespace>
<rdb naturalJoin="true">
<rdbmap vodml-id="Schema">
<tableName>schemas</tableName>
</rdbmap>
<rdbmap vodml-id="table">
<tableName>tables</tableName>
</rdbmap>
<rdbmap vodml-id="column">
<tableName>columns</tableName>
</rdbmap>
<rdbmap vodml-id="ForeignKey">
<tableName>keys</tableName>
</rdbmap>
<rdbmap vodml-id="FKColumn">
<tableName>key_columns</tableName>
</rdbmap>
</rdb>
</model>
</m:mappedModels>