Showing:

Attributes
Diagrams
Properties
Source
Used by
Element cay:ordering
Namespace http://cayenne.apache.org/schema/3.0/modelMap
Diagram
Diagram modelMap26.tmp#id103 modelMap26.tmp#id104
Type extension of xs:string
Properties
content: complex
Used by
Element cay:query
Attributes
QName Type Fixed Default Use Annotation
descending xs:boolean optional
ignore-case xs:boolean optional
Source
<xs:element name="ordering">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="descending" type="xs:boolean"/>
        <xs:attribute name="ignore-case" type="xs:boolean"/>
      </xs:extension>
    </xs:simpleContent>
  </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:ordering/@descending
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Element cay:ordering
Source
<xs:attribute name="descending" 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:ordering/@ignore-case
Namespace No namespace
Type xs:boolean
Properties
content: simple
Used by
Element cay:ordering
Source
<xs:attribute name="ignore-case" 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