|
31 | 31 | <xs:element name="field" type="odm:field" minOccurs="0" maxOccurs="unbounded" />
|
32 | 32 | <xs:element name="embed-one" type="odm:embed-one" minOccurs="0" maxOccurs="unbounded" />
|
33 | 33 | <xs:element name="embed-many" type="odm:embed-many" minOccurs="0" maxOccurs="unbounded" />
|
34 |
| - <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" maxOccurs="1" /> |
| 34 | + <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" /> |
35 | 35 | <xs:element name="reference-one" type="odm:reference-one" minOccurs="0" maxOccurs="unbounded" />
|
36 | 36 | <xs:element name="reference-many" type="odm:reference-many" minOccurs="0" maxOccurs="unbounded" />
|
37 | 37 | <xs:element name="discriminator-field" type="odm:discriminator-field" minOccurs="0" />
|
|
206 | 206 |
|
207 | 207 | <xs:complexType name="field">
|
208 | 208 | <xs:choice minOccurs="0" maxOccurs="unbounded">
|
209 |
| - <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" maxOccurs="1" /> |
| 209 | + <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" /> |
210 | 210 | </xs:choice>
|
211 | 211 |
|
212 | 212 | <xs:attribute name="name" type="xs:NMTOKEN" />
|
|
279 | 279 | <xs:element name="discriminator-field" type="odm:discriminator-field" minOccurs="0" />
|
280 | 280 | <xs:element name="discriminator-map" type="odm:discriminator-map" minOccurs="0" />
|
281 | 281 | <xs:element name="default-discriminator-value" type="odm:default-discriminator-value" minOccurs="0" />
|
282 |
| - <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" maxOccurs="1" /> |
| 282 | + <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" /> |
283 | 283 | </xs:choice>
|
284 | 284 |
|
285 | 285 | <xs:attribute name="target-document" type="xs:string" />
|
|
295 | 295 | <xs:element name="discriminator-field" type="odm:discriminator-field" minOccurs="0" />
|
296 | 296 | <xs:element name="discriminator-map" type="odm:discriminator-map" minOccurs="0" />
|
297 | 297 | <xs:element name="default-discriminator-value" type="odm:default-discriminator-value" minOccurs="0" />
|
298 |
| - <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" maxOccurs="1" /> |
| 298 | + <xs:element name="encrypt" type="odm:encrypt-field" minOccurs="0" /> |
299 | 299 | </xs:choice>
|
300 | 300 |
|
301 | 301 | <xs:attribute name="target-document" type="xs:string" />
|
|
562 | 562 | <xs:element name="field" type="odm:search-index-field" minOccurs="0" maxOccurs="unbounded" />
|
563 | 563 | <!-- Note: custom analyzers are intentionally unsupported in XML -->
|
564 | 564 | <xs:element name="synonym" type="odm:search-index-synonym" minOccurs="0" maxOccurs="unbounded" />
|
565 |
| - <xs:element name="stored-source" type="odm:search-index-stored-source" minOccurs="0" maxOccurs="1" /> |
| 565 | + <xs:element name="stored-source" type="odm:search-index-stored-source" minOccurs="0" /> |
566 | 566 | </xs:choice>
|
567 | 567 |
|
568 | 568 | <xs:attribute name="name" type="xs:string" />
|
|
0 commit comments