ETSI's Bug Tracker - Part 09: Using XML with TTCN-3
View Issue Details
0005436Part 09: Using XML with TTCN-3Editorialpublic09-11-2009 10:5701-02-2010 11:47
Gyorgy Rethy 
Ina Schieferdecker 
normalminorhave not tried
closedfixed 
 
v4.2.1 (published 2010-07)v4.2.1 (published 2010-07) 
6.1.5
L.M.Ericsson
0005436: Clause 6.1.5 is difficult to understand
Current wording is correct, but difficult to understand. Re-word the text to be in-line with wording usede in the rest of the document and to increase readibility.

Also, add a negative integer value to example 2 in clause 6.1.5, to increase clarity of the transformation rules:
    <xsd:simpleType name="integer-0-5-10">
        <xsd:restriction base="xsd:integer">
            <xsd:enumeration value="0"/>
            <xsd:enumeration value="5"/>
            <xsd:enumeration value="-5"/>
            <xsd:enumeration value="10"/>
        </xsd:restriction>
    </xsd:simpleType

    //Is mapped to the TTCN-3 type definition:
    type enumerated Integer_0_5_10 {int_5(-5), int0(0), int5(5), int10(10)}
    with {
        variant "name as uncapitalized";
        variant "useNumber"
    }
 
No tags attached.
doc CR5436_resolution_v1.doc (93,696) 09-12-2009 11:11
http://oldforge.etsi.org/mantis/file_download.php?file_id=2305&type=bug
Issue History
09-11-2009 10:57Gyorgy RethyNew Issue
09-11-2009 10:57Gyorgy RethyStatusnew => assigned
09-11-2009 10:57Gyorgy RethyAssigned To => Gyorgy Rethy
09-11-2009 10:57Gyorgy RethyClause Reference(s) => 6.1.5
09-11-2009 10:57Gyorgy RethySource (company - Author) => L.M.Ericsson
07-12-2009 13:50Ina SchieferdeckerTarget Version => Edition 4.2.1 (not yet published)
09-12-2009 11:11Gyorgy RethyFile Added: CR5436_resolution_v1.doc
09-12-2009 11:11Gyorgy RethyNote Added: 0009113
09-12-2009 11:12Gyorgy RethyAssigned ToGyorgy Rethy => Ina Schieferdecker
01-02-2010 11:47Gyorgy RethyNote Added: 0009177
01-02-2010 11:47Gyorgy RethyStatusassigned => closed
01-02-2010 11:47Gyorgy RethyResolutionopen => fixed
01-02-2010 11:47Gyorgy RethyFixed in Version => Edition 4.2.1 (not yet published)

Notes
(0009113)
Gyorgy Rethy   
09-12-2009 11:11   
CR5436_resolution_v1.doc: ready to review
(0009177)
Gyorgy Rethy   
01-02-2010 11:47   
Implemented as in CR5436_resolution_v1.doc