?? wrappeddata.xsd
字號:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="XMLSchema1" targetNamespace="http://www.oswsolutions.com/WrappedData.xsd" elementFormDefault="qualified" xmlns="http://www.oswsolutions.com/WrappedData.xsd" xmlns:mstns="http://www.oswsolutions.com/WrappedData.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="WrappedData">
<xs:sequence>
<xs:element name="Certificate" type="xs:string" />
<xs:element name="EncryptedKey" type="xs:string" />
<xs:element name="EncryptedData" type="xs:string" />
<xs:element name="IV" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="Data" type="WrappedData" />
</xs:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -