|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
New Topic: Nested tags (sub-tags)A new topic, 'Nested tags (sub-tags)', has been made on a board you are watching.
You can see it at http://liquibase.org/forum/index.php?topic=100.new#new The text of the topic is shown below: Hi, Is it possible to create nested tags (sub-tags) as LiquiBase extension? I have got problem with this kind of tags. LiquiBase can't recognise nested tags. For example, my tag's schema: Code: <xsd:element name="mergeTables"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Update" maxOccurs="1"/> <xsd:element ref="Insert" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="onCondition" type="xsd:string" use="required"/> <xsd:attribute name="targetTableName" type="xsd:string" use="required"/> <xsd:attribute name="targetSchemaName" type="xsd:string"/> <xsd:attribute name="sourceSchemaName" type="xsd:string" use="required"/> <xsd:attribute name="sourceTableName" type="xsd:string"/> </xsd:complexType> </xsd:element> <xsd:element name="Update"> <xsd:complexType> <xsd:sequence> <xsd:element ref="column" minOccurs="1"/> </xsd:sequence> <xsd:attribute name="updateCondition" type="xsd:string"/> <xsd:attribute name="deleteCondition" type="xsd:string"/> </xsd:complexType> </xsd:element> <xsd:element name="Insert"> <xsd:complexType> <xsd:sequence> <xsd:element ref="column" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="insertCondition" type="xsd:string"/> </xsd:complexType> </xsd:element> dalt Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=2.0 Regards, The LiquiBase Community Forum Team. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Liquibase-devel mailing list Liquibase-devel@... https://lists.sourceforge.net/lists/listinfo/liquibase-devel |
| Free embeddable forum powered by Nabble | Forum Help |