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
35d795b2
Commit
35d795b2
authored
Feb 26, 2010
by
beberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.0] DDC-195 - Updated XSD Schema
parent
eb00a3b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
doctrine-mapping.xsd
doctrine-mapping.xsd
+13
-2
No files found.
doctrine-mapping.xsd
View file @
35d795b2
...
...
@@ -210,28 +210,39 @@
<xs:attribute
name=
"schema"
type=
"xs:NMTOKEN"
/>
</xs:complexType>
<xs:complexType
name=
"order-by"
>
<xs:sequence>
<xs:element
name=
"order-by-field"
type=
"orm:order-by-field"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
<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:complexType>
<xs:complexType
name=
"many-to-many"
>
<xs:sequence>
<xs:element
name=
"cascade"
type=
"orm:cascade-type"
minOccurs=
"0"
/>
<xs:element
name=
"join-table"
type=
"orm:join-table"
minOccurs=
"0"
/>
<xs:element
name=
"order-by"
type=
"orm:order-by"
minOccurs=
"0"
/>
</xs:sequence>
<xs:attribute
name=
"target-entity"
type=
"xs:NMTOKEN"
use=
"required"
/>
<xs:attribute
name=
"field"
type=
"xs:NMTOKEN"
use=
"required"
/>
<xs:attribute
name=
"mapped-by"
type=
"xs:NMTOKEN"
/>
<xs:attribute
name=
"fetch"
type=
"orm:fetch-type"
default=
"LAZY"
/>
<xs:attribute
name=
"order-by"
type=
"xs:string"
/>
</xs:complexType>
<xs:complexType
name=
"one-to-many"
>
<xs:sequence>
<xs:element
name=
"cascade"
type=
"orm:cascade-type"
minOccurs=
"0"
/>
<xs:element
name=
"order-by"
type=
"orm:order-by"
minOccurs=
"0"
/>
</xs:sequence>
<xs:attribute
name=
"target-entity"
type=
"xs:NMTOKEN"
use=
"required"
/>
<xs:attribute
name=
"mapped-by"
type=
"xs:NMTOKEN"
/>
<xs:attribute
name=
"field"
type=
"xs:NMTOKEN"
use=
"required"
/>
<xs:attribute
name=
"orphan-removal"
type=
"xs:boolean"
default=
"false"
/>
<xs:attribute
name=
"fetch"
type=
"orm:fetch-type"
default=
"LAZY"
/>
<xs:attribute
name=
"order-by"
type=
"xs:string"
/>
</xs:complexType>
<xs:complexType
name=
"many-to-one"
>
...
...
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