mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Some more additions to contrib for JDBC
This commit is contained in:
16
contrib/retep/data/cds.dtd
Normal file
16
contrib/retep/data/cds.dtd
Normal file
@ -0,0 +1,16 @@
|
||||
<!ELEMENT album (track*)+>
|
||||
<!ATTLIST album
|
||||
title CDATA #IMPLIED
|
||||
aid CDATA #IMPLIED
|
||||
>
|
||||
<!ELEMENT catalogue (group)>
|
||||
<!ELEMENT group (album*)>
|
||||
<!ATTLIST group
|
||||
name CDATA #IMPLIED
|
||||
>
|
||||
<!ELEMENT track (#PCDATA)>
|
||||
<!ATTLIST track
|
||||
tid CDATA #IMPLIED
|
||||
id CDATA #IMPLIED
|
||||
>
|
||||
|
2691
contrib/retep/data/cds.xml
Normal file
2691
contrib/retep/data/cds.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user