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

Changing type of fingerprint to hexbinary.

parent a63dd649
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="EncryptionCertificateFingerprint" type="etsi:ShortString" minOccurs="0"/>
            <xs:element name="EncryptionCertificateFingerprint" type="xs:hexBinary" minOccurs="0"/>
            <xs:element name="AdditionalInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>