diff options
-rw-r--r-- | spss.handbook/handbook/config/MOA-SPSS-config-1.3.xsd | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/spss.handbook/handbook/config/MOA-SPSS-config-1.3.xsd b/spss.handbook/handbook/config/MOA-SPSS-config-1.3.xsd index 4edd3e844..27209b51f 100644 --- a/spss.handbook/handbook/config/MOA-SPSS-config-1.3.xsd +++ b/spss.handbook/handbook/config/MOA-SPSS-config-1.3.xsd @@ -7,12 +7,18 @@ <xs:element name="MOAConfiguration">
<xs:complexType>
<xs:sequence>
- <xs:element name="HardwareCryptoModule" minOccurs="0" maxOccurs="unbounded">
+ <xs:element name="Common" minOccurs="0">
<xs:complexType>
<xs:sequence>
- <xs:element name="Name" type="xs:string"/>
- <xs:element name="SlotId" type="xs:string" minOccurs="0"/>
- <xs:element name="UserPIN" type="xs:string"/>
+ <xs:element name="HardwareCryptoModule" minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="Name" type="xs:string"/>
+ <xs:element name="SlotId" type="xs:string" minOccurs="0"/>
+ <xs:element name="UserPIN" type="xs:string"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|