Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}table-name" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{http://jboss.org}datasource"/> <element ref="{http://jboss.org}datasource-mapping"/> </sequence> <element ref="{http://jboss.org}create-table" minOccurs="0"/> <element ref="{http://jboss.org}remove-table" minOccurs="0"/> <element ref="{http://jboss.org}post-table-create" minOccurs="0"/> <element ref="{http://jboss.org}row-locking" minOccurs="0"/> <element ref="{http://jboss.org}pk-constraint" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>