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
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</xs:complexContent> </xs:complexContent>
</xs:complexType> </xs:complexType>
<xs:complexType name="Reference"> <xs:complexType name="Reference">
<xs:choice> <xs:choice>
<xs:element name="LDID" type="etsi:LDID"/> <xs:element name="LDID" type="etsi:LDID"/>
<xs:element name="LIID" type="etsi:LIID"/> <xs:element name="LIID" type="etsi:LIID"/>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<xs:element name="Specification" type="common:DictionaryEntry"/> <xs:element name="Specification" type="common:DictionaryEntry"/>
<xs:element name="ExternalSchema" type="ExternalSchema"/> <xs:element name="ExternalSchema" type="ExternalSchema"/>
</xs:choice> </xs:choice>
</xs:complexType> </xs:complexType>
<xs:complexType name="ExternalSchema"> <xs:complexType name="ExternalSchema">
<xs:sequence> <xs:sequence>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<xs:sequence> <xs:sequence>
<xs:element name="schema" xmlns="http://www.w3.org/2001/XMLSchema"></xs:element> <xs:element name="schema" xmlns="http://www.w3.org/2001/XMLSchema"></xs:element>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
<xs:complexType name="Delivery"> <xs:complexType name="Delivery">
<xs:choice> <xs:choice>
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
<xs:element name="Data" type="xs:base64Binary" /> <xs:element name="Data" type="xs:base64Binary" />
<xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"/> <xs:element name="ContentType" type="etsi:ShortString" minOccurs="0"/>
<xs:element name="Checksum" 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:sequence>
</xs:complexType> </xs:complexType>
...@@ -80,5 +81,5 @@ ...@@ -80,5 +81,5 @@
<xs:sequence> <xs:sequence>
<xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"></xs:any> <xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"></xs:any>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:schema> </xs:schema>
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
<xs:element name="Contents" type="xs:base64Binary" minOccurs="0"></xs:element> <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="ContentType" type="etsi:ShortString" minOccurs="0"></xs:element>
<xs:element name="Checksum" 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:sequence>
</xs:complexType> </xs:complexType>
<xs:complexType name="NationalDocumentParameters" abstract="true"> <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