Commit 9a1e320b authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Fixing typo in previous commit.

parent 3395a2b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
    <xs:complexType name="DeliveryEncryptionDetails">
        <xs:sequence>
            <xs:element name="EncryptionScheme" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="EncryptionKeyId" type="etsi:shortString" minOccurs="0"/>
            <xs:element name="EncryptionKeyId" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="AdditionalInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>