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"> <choice> <element ref="{http://jboss.org}group-name"/> <element ref="{http://jboss.org}modified-strategy"/> <element ref="{http://jboss.org}read-strategy"/> <sequence> <choice> <element ref="{http://jboss.org}version-column"/> <element ref="{http://jboss.org}timestamp-column"/> <sequence> <element ref="{http://jboss.org}key-generator-factory"/> <element ref="{http://jboss.org}field-type"/> </sequence> </choice> <element ref="{http://jboss.org}field-name" minOccurs="0"/> <element ref="{http://jboss.org}column-name" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{http://jboss.org}jdbc-type"/> <element ref="{http://jboss.org}sql-type"/> </sequence> </sequence> </choice> </restriction> </complexContent> </complexType>