Commit 46943512 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/103120/022' into 'meeting/LI59e'

TS 103 120 CR 022: Added ChecksumType fields

See merge request trial!67
parents b2dcd5b6 f2f479b3
......@@ -73,6 +73,7 @@
<xs:element name="Data" type="xs:base64Binary" />
<xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"/>
<xs:element name="Checksum" type="etsi:ShortString" minOccurs="0"/>
<xs:element name="ChecksumType" type="etsi:ShortString" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
......
......@@ -53,6 +53,7 @@
<xs:element name="Contents" type="xs:base64Binary" minOccurs="0"></xs:element>
<xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"></xs:element>
<xs:element name="Checksum" type="etsi:ShortString" minOccurs="0"></xs:element>
<xs:element name="ChecksumType" type="etsi:ShortString" minOccurs="0"></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="NationalDocumentParameters" abstract="true">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment