Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element cay:property
Namespace http://cayenne.apache.org/schema/3.0/modelMap
Annotations
A generic property used by other elements.
Diagram
Diagram modelMap22.tmp#id3 modelMap22.tmp#id4
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
name xs:string required
value xs:string required
Source
<xs:element name="property">
  <xs:annotation>
    <xs:documentation>A generic property used by other elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="name" use="required" type="xs:string"/>
    <xs:attribute name="value" 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:property/@name
Namespace No namespace
Type xs:string
Properties
use: required
Used by
Element cay:property
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:property/@value
Namespace No namespace
Type xs:string
Properties
use: required
Used by
Element cay:property
Source
<xs:attribute name="value" 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