some basics for VaultPass

This commit is contained in:
2020-03-27 09:03:43 -04:00
parent 4a4f5871b1
commit 34b2c35c11
7 changed files with 143 additions and 3 deletions

View File

@@ -270,7 +270,7 @@
<xs:complexType>
<xs:attribute name="type" type="t_aif_bootloaders" use="required"/>
<xs:attribute name="target" type="t_std_nonempty" use="required"/>
<xs:attribute name="efi" type="xs:boolean" use="optional" default="1"/>
<xs:attribute name="efi" type="xs:boolean" use="optional" default="true"/>
</xs:complexType>
</xs:element>
<!-- END BOOTLOADER -->