ETSI's Bug Tracker - Part 09: Using XML with TTCN-3
View Issue Details
0004410Part 09: Using XML with TTCN-3Editorialpublic05-11-2008 14:0720-04-2009 11:45
Gyorgy Rethy 
Gyorgy Rethy 
normalminoralways
closedfixed 
v3.3.1 (published 2008-04) 
v4.1.1 (published 2009-06)v4.1.1 (published 2009-06) 
All
L.M.Ericsson
0004410: Style of attributes in examples
Currently 3 styles are used in the standard:
type record Mytype {
...
} with {
  variant ...
}

type record Mytype {
...
}
with
{
  variant ...
}
and
type record Mytype {
...
} with { variant ... }

it it proposed to use the unique style (also consistent with the type definitions):
type record Mytype {
...
}
with {
  variant ...
}
No tags attached.
Issue History
05-11-2008 14:07Gyorgy RethyNew Issue
05-11-2008 14:07Gyorgy RethyStatusnew => assigned
05-11-2008 14:07Gyorgy RethyAssigned To => Gyorgy Rethy
05-11-2008 14:07Gyorgy RethyClause Reference(s) => All
05-11-2008 14:07Gyorgy RethySource (company - Author) => L.M.Ericsson
27-11-2008 14:26Gyorgy RethyStatusassigned => resolved
27-11-2008 14:26Gyorgy RethyResolutionopen => fixed
27-11-2008 14:26Gyorgy RethyNote Added: 0007478
12-12-2008 11:31Ina SchieferdeckerTarget Version => Edition 4.1.1 (not yet published)
17-12-2008 09:38Ina SchieferdeckerFixed in Version => Edition 4.1.1 (not yet published)
20-04-2009 11:45Ina SchieferdeckerStatusresolved => closed

Notes
(0007478)
Gyorgy Rethy   
27-11-2008 14:26   
minor editorial, to be implemented