Skip to content

Commit 69c0064

Browse files
authored
Merge pull request #1919 from etshy/fix-xsd-1.2
Replace the deprecated comment
2 parents 0f55c81 + cbc8c4e commit 69c0064

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doctrine-mongo-mapping.xsd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@
158158
<xs:attribute name="target-document" type="xs:string" />
159159
<xs:attribute name="field" type="xs:NMTOKEN" use="required" />
160160
<xs:attribute name="fieldName" type="xs:NMTOKEN" />
161-
<xs:attribute name="simple" type="xs:boolean" /><!-- deprecated -->
161+
<!-- deprecated -->
162+
<xs:attribute name="simple" type="xs:boolean" />
162163
<xs:attribute name="store-as" type="odm:reference-store-as" default="dbRefWithDb" />
163164
<xs:attribute name="inversed-by" type="xs:NMTOKEN" />
164165
<xs:attribute name="mapped-by" type="xs:NMTOKEN" />
@@ -183,7 +184,8 @@
183184
<xs:attribute name="collection-class" type="xs:string" />
184185
<xs:attribute name="field" type="xs:NMTOKEN" use="required" />
185186
<xs:attribute name="fieldName" type="xs:NMTOKEN" />
186-
<xs:attribute name="simple" type="xs:boolean" /><!-- deprecated -->
187+
<!-- deprecated -->
188+
<xs:attribute name="simple" type="xs:boolean" />
187189
<xs:attribute name="store-as" type="odm:reference-store-as" default="dbRefWithDb" />
188190
<xs:attribute name="strategy" type="xs:NMTOKEN" default="pushAll" />
189191
<xs:attribute name="inversed-by" type="xs:NMTOKEN" />

0 commit comments

Comments
 (0)