ETSI's Bug Tracker - Part 09: Using XML with TTCN-3
View Issue Details
0005844Part 09: Using XML with TTCN-3Editorialpublic07-12-2010 13:3807-12-2010 13:39
Gyorgy Rethy 
 
normalminorhave not tried
closedfixed 
 
v4.3.1 (published 2011-06)v4.3.1 (published 2011-06) 
7.6.2.1
L.M.Ericsson
0005844: Wrong example6
In example 6 now:
------------------------
<extension base="ns:X"/>
    <sequence>
        <element name="z" type="string"/>
    </sequence>
</extension>
------------------------
should be:
------------------------
<extension base="ns:X">
    <sequence>
        <element name="z" type="string"/>
    </sequence>
</extension>
------------------------
No tags attached.
Issue History
07-12-2010 13:38Gyorgy RethyNew Issue
07-12-2010 13:38Gyorgy RethyClause Reference(s) => 7.6.2.1
07-12-2010 13:38Gyorgy RethySource (company - Author) => L.M.Ericsson
07-12-2010 13:39Gyorgy RethyNote Added: 0009942
07-12-2010 13:39Gyorgy RethyStatusnew => closed
07-12-2010 13:39Gyorgy RethyResolutionopen => fixed
07-12-2010 13:39Gyorgy RethyFixed in Version => Edition 4.3.1 (not yet published)
07-12-2010 13:39Gyorgy RethyTarget Version => Edition 4.3.1 (not yet published)

Notes
(0009942)
Gyorgy Rethy   
07-12-2010 13:39   
Corercted.