some basics for VaultPass
This commit is contained in:
@@ -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 -->
|
||||
|
||||
22
schema/projects/vaultpass.xsd
Normal file
22
schema/projects/vaultpass.xsd
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xs:schema targetNamespace="https://git.square-r00t.net/VaultPass/"
|
||||
xmlns="https://git.square-r00t.net/VaultPass/"
|
||||
xmlns:vaultpass="https://git.square-r00t.net/VaultPass/"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified">
|
||||
|
||||
<xs:include schemaLocation="../lib/types/vaultpass.xsd"/>
|
||||
|
||||
<!-- ROOT -->
|
||||
<xs:element name="vaultpass">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="uri" type="t_std_uri" minOccurs="0" maxOccurs="1" default="http://localhost:8000/"/>
|
||||
<xs:element name="auth" type="t_vaultpass_auth"/>
|
||||
</xs:all>
|
||||
<xs:attribute name="autoUnseal" type="xs:boolean" use="optional" default="false"/>
|
||||
<xs:attribute name="unsealShard" type="t_std_base64" use="optional"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user