Java class for weblogic-relationship-role complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="weblogic-relationship-role">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="relationship-role-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relationship-role-map" type="{http://www.bea.com/ns/weblogic/90}relationship-role-map" minOccurs="0"/>
<element name="db-cascade-delete" type="{http://www.bea.com/ns/weblogic/90}empty" minOccurs="0"/>
<element name="enable-query-caching" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
|