Hi, I am writing a RXT to add an assert in ES, I am following [1] as the reference. As mentioned in the document I tried to create a table with ‘maxoccurs’ attribute and when I tried to save the artifact ES says
RXT validation fails due to: cvc-complex-type.3.2.2: Attribute 'maxoccurs' is not allowed to appear in element 'table'. but the document says : The maxoccurs element can be used in two different ways, i.e., it can define maxoccurs as attribute of table or option-text. Following is my table definition <table name="Ingredient" columns="3" maxoccurs="unbounded"> <subheading> <heading>Channel</heading> <heading>URL</heading> <heading>Fields</heading> </subheading> <field type="text"> <name label="Channel">Channel</name> </field> <field type="text" url="true"> <name label="URL">URL</name> </field> <field type="text-area"> <name label="Fields">Fields</name> </field> </table> I want to create table with unbounded number of rows. How can I do this ? My ES version is 1.2.0-SNAPSHOT [1] - https://docs.wso2.com/display/Governance460/Governance+Artifacts+Configuration+Model+Elements Thanks Senduran -- *Senduran * Software Engineer, WSO2, Inc.; http://wso2.com/ <http://wso2.com/> Mobile: +94 77 952 6548
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
