Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Doctrine config#99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
7 commits merged intosymfony:masterfromstof:doctrine_config
Mar 9, 2011
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Updated the XSD schema
  • Loading branch information
@stof
stof committedMar 9, 2011
commit0d0f05368256058c9c2f66e4d9b2df45fdd70129
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,25 +33,13 @@
</xsd:attributeGroup>

<xsd:complexType name="dbal">
<xsd:all>
<xsd:element name="connections" type="connections" minOccurs="0" maxOccurs="1" />
<xsd:element name="types" type="types" minOccurs="0" maxOccurs="1" />
</xsd:all>

<xsd:attribute name="default-connection" type="xsd:string" />
<xsd:attributeGroup ref="connection-config" />
</xsd:complexType>

<xsd:complexType name="connections">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="connection" type="connection" />
</xsd:choice>
</xsd:complexType>

<xsd:complexType name="types">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="type" type="type" />
</xsd:choice>

<xsd:attribute name="default-connection" type="xsd:string" />
<xsd:attributeGroup ref="connection-config" />
</xsd:complexType>

<xsd:complexType name="type">
Expand All@@ -73,18 +61,12 @@
<xsd:attribute name="is-bundle" type="xsd:boolean" />
</xsd:complexType>

<xsd:complexType name="mappings">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="mapping" type="mapping" />
</xsd:choice>
</xsd:complexType>

<xsd:complexType name="orm">
<xsd:all>
<xsd:element name="entity-managers" type="entity_managers" minOccurs="0" maxOccurs="1" />
<xsd:element name="mappings" type="mappings" minOccurs="0" maxOccurs="1" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="entity-manager" type="entity_manager" />
<xsd:element name="mapping" type="mapping" />
<xsd:element name="metadata-cache-driver" type="metadata_cache_driver" minOccurs="0" maxOccurs="1" />
</xsd:all>
</xsd:choice>

<xsd:attribute name="default-entity-manager" type="xsd:string" />
<xsd:attribute name="default-connection" type="xsd:string" />
Expand All@@ -106,17 +88,11 @@
<xsd:attribute name="type" type="xsd:string" />
</xsd:complexType>

<xsd:complexType name="entity_managers">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="entity-manager" type="entity_manager" />
</xsd:choice>
</xsd:complexType>

<xsd:complexType name="entity_manager">
<xsd:all>
<xsd:element name="mappings" type="mappings" minOccurs="0" maxOccurs="1" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="mapping" type="mapping" />
<xsd:element name="metadata-cache-driver" type="metadata_cache_driver" minOccurs="0" maxOccurs="1" />
</xsd:all>
</xsd:choice>

<xsd:attribute name="connection" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp