We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c2b13 commit dfda0e0Copy full SHA for dfda0e0
schemas/1.0/fdml-with-jdbc-adapter.xsd
@@ -0,0 +1,13 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
3
+ <xs:redefine schemaLocation="http://latis-data.io/schemas/1.0/fdml.xsd">
4
+ <xs:attributeGroup name="adapter_attributes">
5
+ <xs:attributeGroup ref="adapter_attributes"/>
6
+ <xs:attribute name="driver" type="xs:string" use="required"/>
7
+ <xs:attribute name="table" type="xs:string" use="required"/>
8
+ <xs:attribute name="user" type="xs:string" use="required"/>
9
+ <xs:attribute name="password" type="xs:string" use="required"/>
10
+ <xs:attribute name="predicate" type="xs:string"/>
11
+ </xs:attributeGroup>
12
+ </xs:redefine>
13
+</xs:schema>
0 commit comments