aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook
diff options
context:
space:
mode:
authorKlaus Stranacher <kstranacher@iaik.tugraz.at>2013-10-11 13:35:17 +0200
committerKlaus Stranacher <kstranacher@iaik.tugraz.at>2013-10-11 13:35:17 +0200
commita4e0294f2253fcec13aad360fe6c165b005083c8 (patch)
tree112f5946155d777eace205197633d5e86853017d /spss/handbook
parent3490573657837a16319d0eca654decd9b76b8916 (diff)
downloadmoa-id-spss-a4e0294f2253fcec13aad360fe6c165b005083c8.tar.gz
moa-id-spss-a4e0294f2253fcec13aad360fe6c165b005083c8.tar.bz2
moa-id-spss-a4e0294f2253fcec13aad360fe6c165b005083c8.zip
Update CreateCMSSignatureRequest (ExcludeByteRange added)
Diffstat (limited to 'spss/handbook')
-rw-r--r--spss/handbook/handbook/spec/MOA-SPSS-1.5.2.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/spss/handbook/handbook/spec/MOA-SPSS-1.5.2.xsd b/spss/handbook/handbook/spec/MOA-SPSS-1.5.2.xsd
index 144918778..739b12431 100644
--- a/spss/handbook/handbook/spec/MOA-SPSS-1.5.2.xsd
+++ b/spss/handbook/handbook/spec/MOA-SPSS-1.5.2.xsd
@@ -304,12 +304,20 @@
<xsd:sequence>
<xsd:element name="MetaInfo" type="MetaInfoType" minOccurs="0"/>
<xsd:element name="Content" type="CMSContentBaseType"/>
+ <xsd:element name="ExcludedByteRange" type="ExcludedByteRangeType" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CMSDataObjectRequiredMetaType">
<xsd:sequence>
<xsd:element name="MetaInfo" type="MetaInfoType"/>
<xsd:element name="Content" type="CMSContentBaseType"/>
+ <xsd:element name="ExcludedByteRange" type="ExcludedByteRangeType" minOccurs="0"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:complexType name="ExcludedByteRangeType">
+ <xsd:sequence>
+ <xsd:element name="From" type="xsd:unsignedLong"/>
+ <xsd:element name="To" type="xsd:unsignedLong"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CMSContentBaseType">