http://hyperjaxb3.jvnet.org/ejb/schemas/customizations
complexType single-property

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://hyperjaxb3.jvnet.org/ejb/schemas/customizations}single-property (restriction)

Properties
This component is not nillable.

Model
<...
  type = xsd:QName>
(basic | one-to-one | many-to-one | embedded)
</...>


Nested Element Summary
hj:basicbasic
          
hj:embeddedembedded
          
hj:many-to-onemany-to-one
          
hj:one-to-oneone-to-one
          

Attribute Summary
 xsd:QNametype
          

Attribute Detail

type

Type:
xsd:QName
Use:
required
Form:
unqualified

Local Usage
persistence

Source
<xsd:complexType name="single-property">
<xsd:choice>
<xsd:element name="basic" type="hj:basic"/>
<xsd:element name="one-to-one" type="hj:one-to-one"/>
<xsd:element name="many-to-one" type="hj:many-to-one"/>
<xsd:element name="embedded" type="hj:embedded"/>
</xsd:choice>
<xsd:attribute name="type" type="xsd:QName" use="required"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.