Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element cay:db-entity
Namespace http://cayenne.apache.org/schema/3.0/modelMap
Diagram
Diagram modelMap19.tmp#id31 modelMap19.tmp#id32 modelMap20.tmp#id19 modelMap18.tmp#id27
Properties
content: complex
Used by
Element cay:data-map
Model cay:db-attribute+ , cay:db-key-generator{0,1}
Children cay:db-attribute, cay:db-key-generator
Instance
<cay:db-entity name="" schema="">
  <cay:db-attribute isGenerated="" isMandatory="" isPrimaryKey="" length="" name="" scale="" type="">{1,unbounded}</cay:db-attribute>
  <cay:db-key-generator>{0,1}</cay:db-key-generator>
</cay:db-entity>
Attributes
QName Type Fixed Default Use Annotation
name xs:string required
schema xs:string optional
Source
<xs:element name="db-entity">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="cay:db-attribute"/>
      <xs:element minOccurs="0" ref="cay:db-key-generator"/>
    </xs:sequence>
    <xs:attribute name="name" use="required" type="xs:string"/>
    <xs:attribute name="schema" type="xs:string"/>
  </xs:complexType>
</xs:element>
Schema location file:/Users/ari/svn/cayenne/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
Attribute cay:db-entity/@name
Namespace No namespace
Type xs:string
Properties
use: required
Used by
Element cay:db-entity
Source
<xs:attribute name="name" use="required" type="xs:string"/>
Schema location file:/Users/ari/svn/cayenne/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd
Attribute cay:db-entity/@schema
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Element cay:db-entity
Source
<xs:attribute name="schema" type="xs:string"/>
Schema location file:/Users/ari/svn/cayenne/framework/cayenne-jdk1.5-unpublished/src/main/resources/org/apache/cayenne/schema/3.0/modelMap.xsd