Added attribute to schema

This commit is contained in:
David Sparer
2016-10-10 14:06:02 -06:00
parent aaaa0e6aea
commit 49425a37ac

View File

@@ -17,6 +17,7 @@
</xs:choice>
<xs:attribute name="EncryptionEngine" type="xs:string" use="required" />
<xs:attribute name="BlockCipherMode" type="xs:string" use="required" />
<xs:attribute name="EncryptionVersion" type="xs:float" use="required" />
</xs:complexType>
</xs:element>