readded Export field to xml schema

This commit is contained in:
David Sparer
2018-02-26 07:13:36 -06:00
parent 2f9ba32c07
commit 4ad3a68d80

View File

@@ -14,6 +14,7 @@
<xs:element name="Node" type="mrng:connectioninfo" />
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required" />
<xs:attribute name="Export" type="xs:boolean" use="required" />
<xs:attribute name="EncryptionEngine" type="xs:string" use="required" />
<xs:attribute name="BlockCipherMode" type="xs:string" use="required" />
<xs:attribute name="KdfIterations" type="xs:int" use="optional" />