Showing:

Attributes
Diagrams
Properties
Source
Used by
Element cay:obj-attribute
Namespace http://cayenne.apache.org/schema/3.0/modelMap
Diagram
Diagram modelMap4.tmp#id42 modelMap4.tmp#id43 modelMap4.tmp#id44 modelMap4.tmp#id45
Properties
content: complex
Used by
Element cay:obj-entity
Attributes
QName Type Fixed Default Use Annotation
db-attribute-path xs:string optional
lock xs:boolean optional
name xs:string required
type xs:string required
Source
<xs:element name="obj-attribute">
  <xs:complexType>
    <xs:attribute name="db-attribute-path" use="optional" type="xs:string"/>
    <xs:attribute name="lock" use="optional" type="xs:boolean"/>
    <xs:attribute name="name" use="required" type="xs:string"/>
    <xs:attribute name="type" use="required" 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:obj-attribute/@db-attribute-path
Namespace No namespace
Type xs:string
Properties
use: optional
Used by
Source
<xs:attribute name="db-attribute-path" use="optional" 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:obj-attribute/@lock
Namespace No namespace
Type xs:boolean
Properties
use: optional
Used by
Source
<xs:attribute name="lock" use="optional" type="xs:boolean"/>
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:obj-attribute/@name
Namespace No namespace
Type xs:string
Properties
use: required
Used by
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:obj-attribute/@type
Namespace No namespace
Type xs:string
Properties
use: required
Used by
Source
<xs:attribute name="type" 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