ETSI's Bug Tracker - Part 09: Using XML with TTCN-3
View Issue Details
0005926Part 09: Using XML with TTCN-3Editorialpublic29-08-2011 16:4227-09-2011 16:06
Gyorgy Rethy 
Gyorgy Rethy 
highminorhave not tried
closedfixed 
 
v4.4.1 (published 2012-04)v4.4.1 (published 2012-04) 
7.1.4
L.M.Ericsson
0005926: Several errors in examples
1)
<complexType name="e15a"> should result TTCN-3 type name E15a, not E15.

2)
<complexType name="e15c">
  <sequence>
    ...
  <sequence> should be </sequence>

3)
<complexType name="e15f">
  <sequence>
    <element name="comment" minOccurs="0" maxOccurs="unbounded" type="xsd:string"/> should be "string", without a name prefix
<sequence> should be </sequence> kell

4)
<element name="minOccurs_maxOccurs_frame">
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <element ref="ns:ChoiceChildMinMax"/>
        </xs:choice>
    </xs:complexType>
</element>
3* element should be with prefix xs:
No tags attached.
Issue History
29-08-2011 16:42Gyorgy RethyNew Issue
29-08-2011 16:42Gyorgy RethyClause Reference(s) => 7.1.4
29-08-2011 16:42Gyorgy RethySource (company - Author) => L.M.Ericsson
27-09-2011 12:04Gyorgy RethyAssigned To => Gyorgy Rethy
27-09-2011 12:04Gyorgy RethyStatusnew => assigned
27-09-2011 12:04Gyorgy RethyTarget Version => Edition 4.4.1
27-09-2011 16:06Gyorgy RethyNote Added: 0010251
27-09-2011 16:06Gyorgy RethyPrioritynormal => high
27-09-2011 16:06Gyorgy RethyStatusassigned => closed
27-09-2011 16:06Gyorgy RethyResolutionopen => fixed
27-09-2011 16:06Gyorgy RethyFixed in Version => Edition 4.4.1

Notes
(0010251)
Gyorgy Rethy   
27-09-2011 16:06   
Corrected in master copy.