Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
457d832f
Commit
457d832f
authored
Feb 26, 2010
by
beberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.0] DDC-195 - Updated XSD Schema
parent
35d795b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doctrine-mapping.xsd
doctrine-mapping.xsd
+8
-1
No files found.
doctrine-mapping.xsd
View file @
457d832f
...
...
@@ -218,9 +218,16 @@
<xs:complexType
name=
"order-by-field"
>
<xs:attribute
name=
"field"
type=
"XS:NMTOKEN"
use=
"required"
/>
<xs:attribute
name=
"direction"
type=
"
XS:NMTOKEN
"
default=
"ASC"
/>
<xs:attribute
name=
"direction"
type=
"
orm:order-by-direction
"
default=
"ASC"
/>
</xs:complexType>
<xs:simpleType
name=
"order-by-direction"
>
<xs:restriction
base=
"xs:token"
>
<xs:enumeration
value=
"ASC"
/>
<xs:enumeration
value=
"DESC"
/>
</xs:restriction>
</xs:simpleType>
<xs:complexType
name=
"many-to-many"
>
<xs:sequence>
<xs:element
name=
"cascade"
type=
"orm:cascade-type"
minOccurs=
"0"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment