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"
|
## Optional root suffix for the embedded LDAP server. Default is "dc=springframework,dc=org"
|
||||||
attribute root { xsd:string }?
|
attribute root { xsd:string }?
|
||||||
ldap-server.attlist &=
|
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" }?
|
attribute mode { "apacheds" | "unboundid" }?
|
||||||
|
|
||||||
ldap-server-ref-attribute =
|
ldap-server-ref-attribute =
|
||||||
|
|
|
@ -224,8 +224,8 @@
|
||||||
</xs:attribute>
|
</xs:attribute>
|
||||||
<xs:attribute name="mode">
|
<xs:attribute name="mode">
|
||||||
<xs:annotation>
|
<xs:annotation>
|
||||||
<xs:documentation>Explicitly specifies which embedded ldap server should use. Values are `apacheds` and
|
<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.
|
'unboundid'. By default, it will depends if the library is available in the classpath.
|
||||||
</xs:documentation>
|
</xs:documentation>
|
||||||
</xs:annotation>
|
</xs:annotation>
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
|
|
Loading…
Reference in New Issue