checking in some xsd changes

This commit is contained in:
2021-09-15 03:11:29 -04:00
parent 0193f78387
commit 0a23f7f7e4
2 changed files with 13 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<!-- <xs:element ref="e_vaultpass_unsealselect" minOccurs="0" maxOccurs="1"/> -->
<xs:element name="unseal">
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="1">
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element name="unsealGpg" type="t_vaultpass_star_gpg"/>
<xs:element name="unsealPlain" type="t_std_base64"/>
</xs:choice>