Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005436Part 09: Using XML with TTCN-3Editorialpublic09-11-2009 10:5701-02-2010 11:47
ReporterGyorgy Rethy 
Assigned ToIna Schieferdecker 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Versionv4.2.1 (published 2010-07)Fixed in Versionv4.2.1 (published 2010-07) 
Summary0005436: Clause 6.1.5 is difficult to understand
DescriptionCurrent 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"
    }
 
TagsNo tags attached.
Clause Reference(s)6.1.5
For STF discussion
Source (company - Author)L.M.Ericsson
Attached Filesdoc file icon CR5436_resolution_v1.doc [^] (93,696 bytes) 09-12-2009 11:11

- Relationships

-  Notes
(0009113)
Gyorgy Rethy (reporter)
09-12-2009 11:11

CR5436_resolution_v1.doc: ready to review
(0009177)
Gyorgy Rethy (reporter)
01-02-2010 11:47

Implemented as in CR5436_resolution_v1.doc

- Issue History
Date Modified Username Field Change
09-11-2009 10:57 Gyorgy Rethy New Issue
09-11-2009 10:57 Gyorgy Rethy Status new => assigned
09-11-2009 10:57 Gyorgy Rethy Assigned To => Gyorgy Rethy
09-11-2009 10:57 Gyorgy Rethy Clause Reference(s) => 6.1.5
09-11-2009 10:57 Gyorgy Rethy Source (company - Author) => L.M.Ericsson
07-12-2009 13:50 Ina Schieferdecker Target Version => Edition 4.2.1 (not yet published)
09-12-2009 11:11 Gyorgy Rethy File Added: CR5436_resolution_v1.doc
09-12-2009 11:11 Gyorgy Rethy Note Added: 0009113
09-12-2009 11:12 Gyorgy Rethy Assigned To Gyorgy Rethy => Ina Schieferdecker
01-02-2010 11:47 Gyorgy Rethy Note Added: 0009177
01-02-2010 11:47 Gyorgy Rethy Status assigned => closed
01-02-2010 11:47 Gyorgy Rethy Resolution open => fixed
01-02-2010 11:47 Gyorgy Rethy Fixed in Version => Edition 4.2.1 (not yet published)


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker