Update xsd
This commit is contained in:
parent
9b2af944fa
commit
3511c0ea4f
|
@ -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 =
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue