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
0007519Part 06: TTCN-3 Control InterfaceTechnicalpublic25-10-2016 10:4215-01-2018 07:54
ReporterTomas Urban 
Assigned ToTomas Urban 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versionv4.8.1 (published 2016-07) 
Target VersionNext version (to be defined)Fixed in Version 
Summary0007519: Ifpresent and length matching attributes not defined in XML mapping
DescriptionW3C XML mapping doesn't define support for ifpresent and length matching attributes.

Proposal: extend the mapping of individual types changing the standard choice in the following way (using integer value as an example):

<xsd:complexType name="IntegerValue">
 <xsd:choice>
  <xsd:sequence>
   <xsd:choice>
    <xsd:element name="value" type="SimpleTypes:TString"/>
    <xsd:element name="matching_symbol" type="Templates:MatchingSymbol"/>
   </xsd:choice>
   <xsd:element name="ifpresent" type="SimpleTypes:TEmpty" minOccurs="0"/>
   <xsd:element name="length" type="Values:LengthRestriction" minOccurs="0"/>
  </xsd:sequence>
  <xsd:element name="null" type="Templates:null"/>
  <xsd:element name="omit" type="Templates:omit"/>
  <xsd:element name="not_evaluated" type="Values:NotEvaluated"/>
 </xsd:choice>
 <xsd:attributeGroup ref="Values:ValueAtts"/>
</xsd:complexType>

<xsd:complexType name="TEmpty" />

<xsd:complexType name="LengthRestriction">
 <xsd:sequence>
  <xsd:element name="lower" type="SimpleTypes:TInteger" />
  <xsd:element name="upper" type="SimpleTypes:TInteger" minOccurs="0" />
 </xsd:sequence>
</xsd:complexType>
TagsNo tags attached.
Clause Reference(s)11.3.3
Source (company - Author)Elvior
Attached Files

- Relationships
related to 0007512closedTomas Urban XML mapping of matching symbols 

-  Notes
(0014849)
Jens Grabowski (manager)
24-10-2017 13:13

(To be implemented until end of 2017)
(0014885)
Jacob Wieland - Spirent (reporter)
26-10-2017 10:45

I have put the proposal of solution to this issue in 7512 and added a relationship to that CR.
(0015028)
Tomas Urban (developer)
15-01-2018 07:54

Resolved together with 0007512

- Issue History
Date Modified Username Field Change
25-10-2016 10:42 Tomas Urban New Issue
14-11-2016 13:21 Jens Grabowski Assigned To => Jacob Wieland - Spirent
14-11-2016 13:21 Jens Grabowski Status new => assigned
24-12-2016 15:05 Jens Grabowski Target Version => Next version (to be defined)
24-10-2017 13:13 Jens Grabowski Note Added: 0014849
26-10-2017 10:44 Jacob Wieland - Spirent Relationship added related to 0007512
26-10-2017 10:45 Jacob Wieland - Spirent Note Added: 0014885
26-10-2017 10:45 Jacob Wieland - Spirent Assigned To Jacob Wieland - Spirent => Tomas Urban
15-01-2018 07:54 Tomas Urban Note Added: 0015028
15-01-2018 07:54 Tomas Urban Status assigned => closed
15-01-2018 07:54 Tomas Urban Resolution open => fixed


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