Update xsd

This commit is contained in:
Eddú Meléndez 2019-08-13 20:17:51 -05:00
parent 9b2af944fa
commit 3511c0ea4f
2 changed files with 30 additions and 30 deletions

View File

@ -84,7 +84,7 @@ ldap-server.attlist &=
## Optional root suffix for the embedded LDAP server. Default is "dc=springframework,dc=org"
attribute root { xsd:string }?
ldap-server.attlist &=
## Explicitly specifies which embedded ldap server should use. Values are `apacheds` and `unboundid`. By default, it will depends if the library is available in the classpath.
## Explicitly specifies which embedded ldap server should use. Values are 'apacheds' and 'unboundid'. By default, it will depends if the library is available in the classpath.
attribute mode { "apacheds" | "unboundid" }?
ldap-server-ref-attribute =

View File

@ -224,8 +224,8 @@
</xs:attribute>
<xs:attribute name="mode">
<xs:annotation>
<xs:documentation>Explicitly specifies which embedded ldap server should use. Values are `apacheds` and
`unboundid`. By default, it will depends if the library is available in the classpath.
<xs:documentation>Explicitly specifies which embedded ldap server should use. Values are 'apacheds' and
'unboundid'. By default, it will depends if the library is available in the classpath.
</xs:documentation>
</xs:annotation>
<xs:simpleType>