make all children of server optional but make the parent required

This commit is contained in:
brent s. 2020-04-08 16:58:04 -04:00
parent 584e3cd4ce
commit 9423997dca
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<xs:element name="vaultpass">
<xs:complexType>
<xs:all>
<xs:element name="server" minOccurs="0" maxOccurs="1">
<xs:element name="server" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:all>
<xs:element name="uri" type="t_std_uri" minOccurs="0" maxOccurs="1"