Skip to content

Commit

Permalink
Removed DatabaseInfoAttributes in XSD (#2239)
Browse files Browse the repository at this point in the history
* Removed DatabaseInfoAttributes in XSD
  • Loading branch information
kazz62 committed Jul 28, 2022
1 parent 2c4db0a commit 4b8ffe4
Showing 1 changed file with 0 additions and 12 deletions.
Expand Up @@ -242,18 +242,6 @@
</xsd:choice>
</xsd:group>

<!-- Attributes for DatabaseInfo -->
<xsd:attributeGroup name="DatabaseInfoAttributes">
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="version" type="xsd:string"/>
<xsd:attribute name="username" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
<xsd:attribute name="port" type="integerExp"/>
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="schemaName" type="xsd:string"/>
<xsd:attribute name="driverName" type="xsd:string"/>
</xsd:attributeGroup>

<!-- Attributes for changeLog -->
<xsd:attributeGroup name="changeLogAttributes">
<xsd:attribute name="logicalFilePath" type="xsd:string"/>
Expand Down

0 comments on commit 4b8ffe4

Please sign in to comment.