Commit b6058750 authored by Vishal Masalawala's avatar Vishal Masalawala Committed by Mark Canterbury
Browse files

namespace fix

parent c5e9d216
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,9 +126,9 @@
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="Checksum">
        <xs:restriction base="etsi103280:LongString"/>
        <xs:restriction base="etsi:LongString"/>
    </xs:simpleType>
    <xs:simpleType name="ChecksumType">
        <xs:restriction base="etsi103280:ShortString"/>
        <xs:restriction base="etsi:ShortString"/>
    </xs:simpleType>
</xs:schema>