Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 1: Abstract Syntax and Associated Semantics

RES/MTS-TDL1191v151

Metode za preskušanje in specificiranje (MTS) - Jezik za opis preskusa (TDL) - 1. del: Abstraktna skladnja in pripadajoče pomenoslovje

General Information

Status
Not Published
Current Stage
12 - Completion
Due Date
07-Sep-2020
Completion Date
31-Aug-2020

Buy Standard

Standard
ETSI ES 203 119-1 V1.5.1 (2020-08) - Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 1: Abstract Syntax and Associated Semantics
English language
110 pages
sale 15% off
Preview
sale 15% off
Preview
Standard
ETSI ES 203 119-1 V1.5.1 (2020-06) - Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 1: Abstract Syntax and Associated Semantics
English language
110 pages
sale 15% off
Preview
sale 15% off
Preview
Standardization document
ES 203 119-1 V1.5.1:2020
English language
110 pages
sale 10% off
Preview
sale 10% off
Preview
e-Library read for
1 day

Standards Content (Sample)

ETSI ES 203 119-1 V1.5.1 (2020-08)






ETSI STANDARD
Methods for Testing and Specification (MTS);
The Test Description Language (TDL);
Part 1: Abstract Syntax and Associated Semantics



---------------------- Page: 1 ----------------------
2 ETSI ES 203 119-1 V1.5.1 (2020-08)



Reference
RES/MTS-TDL1191v151
Keywords
language, MBT, methodology, model, testing,
TSS&TP, TTCN-3, UML
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
The present document can be downloaded from:
http://www.etsi.org/standards-search
The present document may be made available in electronic versions and/or in print. The content of any electronic and/or
print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any
existing or perceived difference in contents between such versions and/or in print, the prevailing version of an ETSI
deliverable is the one made publicly available in PDF format at www.etsi.org/deliver.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx
If you find errors in the present document, please send your comment to one of the following services:
https://portal.etsi.org/People/CommiteeSupportStaff.aspx
Copyright Notification
No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying
and microfilm except as authorized by written permission of ETSI.
The content of the PDF version shall not be modified without the written authorization of ETSI.
The copyright and the foregoing restriction extend to reproduction in all media.

© ETSI 2020.
All rights reserved.

DECT™, PLUGTESTS™, UMTS™ and the ETSI logo are trademarks of ETSI registered for the benefit of its Members.

3GPP™ and LTE™ are trademarks of ETSI registered for the benefit of its Members and
of the 3GPP Organizational Partners.
oneM2M™ logo is a trademark of ETSI registered for the benefit of its Members and
of the oneM2M Partners.
®
GSM and the GSM logo are trademarks registered and owned by the GSM Association.
ETSI

---------------------- Page: 2 ----------------------
3 ETSI ES 203 119-1 V1.5.1 (2020-08)
Contents
Intellectual Property Rights . 7
Foreword . 7
Modal verbs terminology . 7
1 Scope . 8
2 References . 8
2.1 Normative references . 8
2.2 Informative references . 9
3 Definition of terms, symbols and abbreviations . 9
3.1 Terms . 9
3.2 Symbols . 10
3.3 Abbreviations . 10
4 Basic Principles . 10
4.1 What is TDL? . 10
4.2 Design Considerations . 11
4.3 Principal Design Approach. 12
4.4 Document Structure . 13
4.5 Notational Conventions . 14
4.6 Element Operations . 14
4.7 Conformance . 15
5 Foundation . 15
5.1 Overview . 15
5.2 Abstract Syntax and Classifier Description . 16
5.2.1 Element . 16
5.2.2 NamedElement . 17
5.2.3 PackageableElement . 17
5.2.4 Package . 18
5.2.5 ElementImport . 18
5.2.6 Comment . 19
5.2.7 Annotation . 20
5.2.8 AnnotationType . 20
5.2.9 TestObjective . 21
5.2.10 Extension . 21
6 Data . 22
6.1 Overview . 22
6.2 Data Definition - Abstract Syntax and Classifier Description . 23
6.2.1 DataResourceMapping . 23
6.2.2 MappableDataElement . 24
6.2.3 DataElementMapping . 24
6.2.4 ParameterMapping . 25
6.2.5 DataType . 26
6.2.6 DataInstance . 26
6.2.7 SimpleDataType . 27
6.2.8 SimpleDataInstance . 27
6.2.9 StructuredDataType . 28
6.2.10 Member . 29
6.2.11 StructuredDataInstance . 29
6.2.12 MemberAssignment . 30
6.2.13 CollectionDataType . 31
6.2.14 CollectionDataInstance . 31
6.2.15 ProcedureSignature . 32
6.2.16 ProcedureParameter . 32
6.2.17 ParameterKind . 33
6.2.18 Parameter . 34
ETSI

---------------------- Page: 3 ----------------------
4 ETSI ES 203 119-1 V1.5.1 (2020-08)
6.2.19 FormalParameter . 34
6.2.20 Variable . 34
6.2.21 Action . 35
6.2.22 Function . 35
6.2.23 UnassignedMemberTreatment . 35
6.2.24 PredefinedFunction . 36
6.3 Data Use - Abstract Syntax and Classifier Description . 37
6.3.1 DataUse . 37
6.3.2 ParameterBinding . 38
6.3.3 MemberReference . 39
6.3.4 StaticDataUse . 39
6.3.5 DataInstanceUse . 40
6.3.6 SpecialValueUse . 41
6.3.7 AnyValue . 41
6.3.8 AnyValueOrOmit . 42
6.3.9 OmitValue. 42
6.3.10 DynamicDataUse . 43
6.3.11 FunctionCall . 43
6.3.12 FormalParameterUse . 44
6.3.13 VariableUse . 44
6.3.14 PredefinedFunctionCall . 45
6.3.15 LiteralValueUse . 45
7 Time . 46
7.1 Overview . 46
7.2 Abstract Syntax and Classifier Description . 46
7.2.1 Time . 46
7.2.2 TimeLabel . 47
7.2.3 TimeLabelUse . 47
7.2.4 TimeLabelUseKind . 48
7.2.5 TimeConstraint . 48
7.2.6 TimeOperation . 50
7.2.7 Wait . 51
7.2.8 Quiescence . 51
7.2.9 Timer . 53
7.2.10 TimerOperation . 53
7.2.11 TimerStart . 53
7.2.12 TimerStop . 54
7.2.13 TimeOut . 54
8 Test Configuration . 55
8.1 Overview . 55
8.2 Abstract Syntax and Classifier Description . 55
8.2.1 GateType . 55
8.2.2 GateTypeKind . 56
8.2.3 GateInstance . 56
8.2.4 ComponentType . 57
8.2.5 ComponentInstance . 58
8.2.6 ComponentInstanceRole . 58
8.2.7 GateReference . 59
8.2.8 Connection . 59
8.2.9 TestConfiguration . 60
9 Test Behaviour . 61
9.1 Overview . 61
9.2 Test Description - Abstract Syntax and Classifier Description . 62
9.2.1 TestDescription . 62
9.2.2 BehaviourDescription . 63
9.3 Combined Behaviour - Abstract Syntax and Classifier Description . 64
9.3.1 Behaviour . 64
9.3.2 Block . 65
9.3.3 LocalExpression . 66
9.3.4 CombinedBehaviour . 66
ETSI

---------------------- Page: 4 ----------------------
5 ETSI ES 203 119-1 V1.5.1 (2020-08)
9.3.5 SingleCombinedBehaviour . 67
9.3.6 CompoundBehaviour . 67
9.3.7 BoundedLoopBehaviour . 67
9.3.8 UnboundedLoopBehaviour . 68
9.3.9 OptionalBehaviour . 69
9.3.10 MultipleCombinedBehaviour . 70
9.3.11 AlternativeBehaviour . 70
9.3.12 ConditionalBehaviour . 72
9.3.13 ParallelBehaviour . 73
9.3.14 ExceptionalBehaviour . 73
9.3.15 DefaultBehaviour . 75
9.3.16 InterruptBehaviour . 76
9.3.17 PeriodicBehaviour . 76
9.4 Atomic Behaviour - Abstract Syntax and Classifier Description . 77
9.4.1 AtomicBehaviour . 77
9.4.2 Break . 78
9.4.3 Stop . 78
9.4.4 VerdictAssignment . 79
9.4.5 Assertion . 79
9.4.6 Interaction . 80
9.4.7 Message . 82
9.4.8 ProcedureCall . 83
9.4.9 Target . 85
9.4.10 ValueAssignment . 85
9.4.11 TestDescriptionReference . 87
9.4.12 ComponentInstanceBinding . 89
9.4.13 ActionBehaviour . 90
9.4.14 ActionReference . 91
9.4.15 InlineAction . 91
9.4.16 Assignment . 91
10 Predefined TDL Model Instances . 92
10.1 Overview . 92
10.2 Predefined Instances of the 'SimpleDataType' Element . 92
10.2.1 Boolean . 92
10.2.2 Integer . 92
10.2.3 String . 93
10.2.4 Verdict . 93
10.3 Predefined Instances of 'SimpleDataInstance' Element . 93
10.3.1 true . 93
10.3.2 false . 93
10.3.3 pass . 93
10.3.4 fail . 93
10.3.5 inconclusive . 93
10.4 Predefined Instances of 'Time' Element . 93
10.4.1 Second . 93
10.5 Predefined Instances of the 'PredefinedFunction' Element . 94
10.5.1 Overview . 94
10.5.2 Functions of Return Type 'Boolean' . 94
10.5.3 Functions of Return Type 'Integer' . 95
10.5.4 Functions of Return Type of Instance of 'Time' . 95
10.6 Predefined Instances of the 'AnnotationType' Element . 95
10.6.1 Master . 95
Annex A (informative): Technical Representation of the TDL Meta-Model . 96
Annex B (informative): Examples of a TDL Concrete
...

Final draft ETSI ES 203 119-1 V1.5.1 (2020-06)






ETSI STANDARD
Methods for Testing and Specification (MTS);
The Test Description Language (TDL);
Part 1: Abstract Syntax and Associated Semantics



---------------------- Page: 1 ----------------------
2 Final draft ETSI ES 203 119-1 V1.5.1 (2020-06)



Reference
RES/MTS-TDL1191v151
Keywords
language, MBT, methodology, model, testing,
TSS&TP, TTCN-3, UML
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
The present document can be downloaded from:
http://www.etsi.org/standards-search
The present document may be made available in electronic versions and/or in print. The content of any electronic and/or
print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any
existing or perceived difference in contents between such versions and/or in print, the prevailing version of an ETSI
deliverable is the one made publicly available in PDF format at www.etsi.org/deliver.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx
If you find errors in the present document, please send your comment to one of the following services:
https://portal.etsi.org/People/CommiteeSupportStaff.aspx
Copyright Notification
No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying
and microfilm except as authorized by written permission of ETSI.
The content of the PDF version shall not be modified without the written authorization of ETSI.
The copyright and the foregoing restriction extend to reproduction in all media.

© ETSI 2020.
All rights reserved.

DECT™, PLUGTESTS™, UMTS™ and the ETSI logo are trademarks of ETSI registered for the benefit of its Members.

3GPP™ and LTE™ are trademarks of ETSI registered for the benefit of its Members and
of the 3GPP Organizational Partners.
oneM2M™ logo is a trademark of ETSI registered for the benefit of its Members and
of the oneM2M Partners.
®
GSM and the GSM logo are trademarks registered and owned by the GSM Association.
ETSI

---------------------- Page: 2 ----------------------
3 Final draft ETSI ES 203 119-1 V1.5.1 (2020-06)
Contents
Intellectual Property Rights . 7
Foreword . 7
Modal verbs terminology . 7
1 Scope . 8
2 References . 8
2.1 Normative references . 8
2.2 Informative references . 9
3 Definition of terms, symbols and abbreviations . 9
3.1 Terms . 9
3.2 Symbols . 10
3.3 Abbreviations . 10
4 Basic Principles . 10
4.1 What is TDL? . 10
4.2 Design Considerations . 11
4.3 Principal Design Approach. 12
4.4 Document Structure . 13
4.5 Notational Conventions . 14
4.6 Element Operations . 14
4.7 Conformance . 15
5 Foundation . 15
5.1 Overview . 15
5.2 Abstract Syntax and Classifier Description . 16
5.2.1 Element . 16
5.2.2 NamedElement . 17
5.2.3 PackageableElement . 17
5.2.4 Package . 18
5.2.5 ElementImport . 18
5.2.6 Comment . 19
5.2.7 Annotation . 20
5.2.8 AnnotationType . 20
5.2.9 TestObjective . 21
5.2.10 Extension . 21
6 Data . 22
6.1 Overview . 22
6.2 Data Definition - Abstract Syntax and Classifier Description . 23
6.2.1 DataResourceMapping . 23
6.2.2 MappableDataElement . 24
6.2.3 DataElementMapping . 24
6.2.4 ParameterMapping . 25
6.2.5 DataType . 26
6.2.6 DataInstance . 26
6.2.7 SimpleDataType . 27
6.2.8 SimpleDataInstance . 27
6.2.9 StructuredDataType . 28
6.2.10 Member . 29
6.2.11 StructuredDataInstance . 29
6.2.12 MemberAssignment . 30
6.2.13 CollectionDataType . 31
6.2.14 CollectionDataInstance . 31
6.2.15 ProcedureSignature . 32
6.2.16 ProcedureParameter . 32
6.2.17 ParameterKind . 33
6.2.18 Parameter . 34
ETSI

---------------------- Page: 3 ----------------------
4 Final draft ETSI ES 203 119-1 V1.5.1 (2020-06)
6.2.19 FormalParameter . 34
6.2.20 Variable . 34
6.2.21 Action . 35
6.2.22 Function . 35
6.2.23 UnassignedMemberTreatment . 35
6.2.24 PredefinedFunction . 36
6.3 Data Use - Abstract Syntax and Classifier Description . 37
6.3.1 DataUse . 37
6.3.2 ParameterBinding . 38
6.3.3 MemberReference . 39
6.3.4 StaticDataUse . 39
6.3.5 DataInstanceUse . 40
6.3.6 SpecialValueUse . 41
6.3.7 AnyValue . 41
6.3.8 AnyValueOrOmit . 42
6.3.9 OmitValue. 42
6.3.10 DynamicDataUse . 43
6.3.11 FunctionCall . 43
6.3.12 FormalParameterUse . 44
6.3.13 VariableUse . 44
6.3.14 PredefinedFunctionCall . 45
6.3.15 LiteralValueUse . 45
7 Time . 46
7.1 Overview . 46
7.2 Abstract Syntax and Classifier Description . 46
7.2.1 Time . 46
7.2.2 TimeLabel . 47
7.2.3 TimeLabelUse . 47
7.2.4 TimeLabelUseKind . 48
7.2.5 TimeConstraint . 48
7.2.6 TimeOperation . 50
7.2.7 Wait . 51
7.2.8 Quiescence . 51
7.2.9 Timer . 53
7.2.10 TimerOperation . 53
7.2.11 TimerStart . 53
7.2.12 TimerStop . 54
7.2.13 TimeOut . 54
8 Test Configuration . 55
8.1 Overview . 55
8.2 Abstract Syntax and Classifier Description . 55
8.2.1 GateType . 55
8.2.2 GateTypeKind . 56
8.2.3 GateInstance . 56
8.2.4 ComponentType . 57
8.2.5 ComponentInstance . 58
8.2.6 ComponentInstanceRole . 58
8.2.7 GateReference . 59
8.2.8 Connection . 59
8.2.9 TestConfiguration . 60
9 Test Behaviour . 61
9.1 Overview . 61
9.2 Test Description - Abstract Syntax and Classifier Description . 62
9.2.1 TestDescription . 62
9.2.2 BehaviourDescription . 63
9.3 Combined Behaviour - Abstract Syntax and Classifier Description . 64
9.3.1 Behaviour . 64
9.3.2 Block . 65
9.3.3 LocalExpression . 66
9.3.4 CombinedBehaviour . 66
ETSI

---------------------- Page: 4 ----------------------
5 Final draft ETSI ES 203 119-1 V1.5.1 (2020-06)
9.3.5 SingleCombinedBehaviour . 67
9.3.6 CompoundBehaviour . 67
9.3.7 BoundedLoopBehaviour . 67
9.3.8 UnboundedLoopBehaviour . 68
9.3.9 OptionalBehaviour . 69
9.3.10 MultipleCombinedBehaviour . 70
9.3.11 AlternativeBehaviour . 70
9.3.12 ConditionalBehaviour . 72
9.3.13 ParallelBehaviour . 73
9.3.14 ExceptionalBehaviour . 73
9.3.15 DefaultBehaviour . 75
9.3.16 InterruptBehaviour . 76
9.3.17 PeriodicBehaviour . 76
9.4 Atomic Behaviour - Abstract Syntax and Classifier Description . 77
9.4.1 AtomicBehaviour . 77
9.4.2 Break . 78
9.4.3 Stop . 78
9.4.4 VerdictAssignment . 79
9.4.5 Assertion . 79
9.4.6 Interaction . 80
9.4.7 Message . 82
9.4.8 ProcedureCall . 83
9.4.9 Target . 85
9.4.10 ValueAssignment . 85
9.4.11 TestDescriptionReference . 87
9.4.12 ComponentInstanceBinding . 89
9.4.13 ActionBehaviour . 90
9.4.14 ActionReference . 91
9.4.15 InlineAction . 91
9.4.16 Assignment . 91
10 Predefined TDL Model Instances . 92
10.1 Overview . 92
10.2 Predefined Instances of the 'SimpleDataType' Element . 92
10.2.1 Boolean . 92
10.2.2 Integer . 92
10.2.3 String . 93
10.2.4 Verdict . 93
10.3 Predefined Instances of 'SimpleDataInstance' Element . 93
10.3.1 true . 93
10.3.2 false . 93
10.3.3 pass . 93
10.3.4 fail . 93
10.3.5 inconclusive . 93
10.4 Predefined Instances of 'Time' Element . 93
10.4.1 Second . 93
10.5 Predefined Instances of the 'PredefinedFunction' Element . 94
10.5.1 Overview . 94
10.5.2 Functions of Return Type 'Boolean' . 94
10.5.3 Functions of Return Type 'Integer' . 95
10.5.4 Functions of Return Type of Instance of 'Time' . 95
10.6 Predefined Instances of the 'AnnotationType' Element . 95
10.6.1 Master . 95
Annex A (informative): Technical Representation of the TDL Meta-Model .
...

SLOVENSKI STANDARD
SIST ES 203 119-1 V1.5.1:2020
01-november-2020
Metode za preskušanje in specificiranje (MTS) - Jezik za opis preskusa (TDL) - 1.
del: Abstraktna skladnja in pripadajoče pomenoslovje
Methods for Testing and Specification (MTS) - The Test Description Language (TDL) -
Part 1: Abstract Syntax and Associated Semantics
Ta slovenski standard je istoveten z: ETSI ES 203 119-1 V1.5.1 (2020-08)
ICS:
35.060 Jeziki, ki se uporabljajo v Languages used in
informacijski tehniki in information technology
tehnologiji
SIST ES 203 119-1 V1.5.1:2020 en
2003-01.Slovenski inštitut za standardizacijo. Razmnoževanje celote ali delov tega standarda ni dovoljeno.

---------------------- Page: 1 ----------------------
SIST ES 203 119-1 V1.5.1:2020

---------------------- Page: 2 ----------------------
SIST ES 203 119-1 V1.5.1:2020
ETSI ES 203 119-1 V1.5.1 (2020-08)






ETSI STANDARD
Methods for Testing and Specification (MTS);
The Test Description Language (TDL);
Part 1: Abstract Syntax and Associated Semantics



---------------------- Page: 3 ----------------------
SIST ES 203 119-1 V1.5.1:2020
 2 ETSI ES 203 119-1 V1.5.1 (2020-08)



Reference
RES/MTS-TDL1191v151
Keywords
language, MBT, methodology, model, testing,
TSS&TP, TTCN-3, UML
ETSI
650 Route des Lucioles
F-06921 Sophia Antipolis Cedex - FRANCE

Tel.: +33 4 92 94 42 00  Fax: +33 4 93 65 47 16

Siret N° 348 623 562 00017 - NAF 742 C
Association à but non lucratif enregistrée à la
Sous-Préfecture de Grasse (06) N° 7803/88

Important notice
The present document can be downloaded from:
http://www.etsi.org/standards-search
The present document may be made available in electronic versions and/or in print. The content of any electronic and/or
print versions of the present document shall not be modified without the prior written authorization of ETSI. In case of any
existing or perceived difference in contents between such versions and/or in print, the prevailing version of an ETSI
deliverable is the one made publicly available in PDF format at www.etsi.org/deliver.
Users of the present document should be aware that the document may be subject to revision or change of status.
Information on the current status of this and other ETSI documents is available at
https://portal.etsi.org/TB/ETSIDeliverableStatus.aspx
If you find errors in the present document, please send your comment to one of the following services:
https://portal.etsi.org/People/CommiteeSupportStaff.aspx
Copyright Notification
No part may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying
and microfilm except as authorized by written permission of ETSI.
The content of the PDF version shall not be modified without the written authorization of ETSI.
The copyright and the foregoing restriction extend to reproduction in all media.

© ETSI 2020.
All rights reserved.

DECT™, PLUGTESTS™, UMTS™ and the ETSI logo are trademarks of ETSI registered for the benefit of its Members.

3GPP™ and LTE™ are trademarks of ETSI registered for the benefit of its Members and
of the 3GPP Organizational Partners.
oneM2M™ logo is a trademark of ETSI registered for the benefit of its Members and
of the oneM2M Partners.
®
GSM and the GSM logo are trademarks registered and owned by the GSM Association.
ETSI

---------------------- Page: 4 ----------------------
SIST ES 203 119-1 V1.5.1:2020
 3 ETSI ES 203 119-1 V1.5.1 (2020-08)
Contents
Intellectual Property Rights . 7
Foreword . 7
Modal verbs terminology . 7
1 Scope . 8
2 References . 8
2.1 Normative references . 8
2.2 Informative references . 9
3 Definition of terms, symbols and abbreviations . 9
3.1 Terms . 9
3.2 Symbols . 10
3.3 Abbreviations . 10
4 Basic Principles . 10
4.1 What is TDL? . 10
4.2 Design Considerations . 11
4.3 Principal Design Approach. 12
4.4 Document Structure . 13
4.5 Notational Conventions . 14
4.6 Element Operations . 14
4.7 Conformance . 15
5 Foundation . 15
5.1 Overview . 15
5.2 Abstract Syntax and Classifier Description . 16
5.2.1 Element . 16
5.2.2 NamedElement . 17
5.2.3 PackageableElement . 17
5.2.4 Package . 18
5.2.5 ElementImport . 18
5.2.6 Comment . 19
5.2.7 Annotation . 20
5.2.8 AnnotationType . 20
5.2.9 TestObjective . 21
5.2.10 Extension . 21
6 Data . 22
6.1 Overview . 22
6.2 Data Definition - Abstract Syntax and Classifier Description . 23
6.2.1 DataResourceMapping . 23
6.2.2 MappableDataElement . 24
6.2.3 DataElementMapping . 24
6.2.4 ParameterMapping . 25
6.2.5 DataType . 26
6.2.6 DataInstance . 26
6.2.7 SimpleDataType . 27
6.2.8 SimpleDataInstance . 27
6.2.9 StructuredDataType . 28
6.2.10 Member . 29
6.2.11 StructuredDataInstance . 29
6.2.12 MemberAssignment . 30
6.2.13 CollectionDataType . 31
6.2.14 CollectionDataInstance . 31
6.2.15 ProcedureSignature . 32
6.2.16 ProcedureParameter . 32
6.2.17 ParameterKind . 33
6.2.18 Parameter . 34
ETSI

---------------------- Page: 5 ----------------------
SIST ES 203 119-1 V1.5.1:2020
 4 ETSI ES 203 119-1 V1.5.1 (2020-08)
6.2.19 FormalParameter . 34
6.2.20 Variable . 34
6.2.21 Action . 35
6.2.22 Function . 35
6.2.23 UnassignedMemberTreatment . 35
6.2.24 PredefinedFunction . 36
6.3 Data Use - Abstract Syntax and Classifier Description . 37
6.3.1 DataUse . 37
6.3.2 ParameterBinding . 38
6.3.3 MemberReference . 39
6.3.4 StaticDataUse . 39
6.3.5 DataInstanceUse . 40
6.3.6 SpecialValueUse . 41
6.3.7 AnyValue . 41
6.3.8 AnyValueOrOmit . 42
6.3.9 OmitValue. 42
6.3.10 DynamicDataUse . 43
6.3.11 FunctionCall . 43
6.3.12 FormalParameterUse . 44
6.3.13 VariableUse . 44
6.3.14 PredefinedFunctionCall . 45
6.3.15 LiteralValueUse . 45
7 Time . 46
7.1 Overview . 46
7.2 Abstract Syntax and Classifier Description . 46
7.2.1 Time . 46
7.2.2 TimeLabel . 47
7.2.3 TimeLabelUse . 47
7.2.4 TimeLabelUseKind . 48
7.2.5 TimeConstraint . 48
7.2.6 TimeOperation . 50
7.2.7 Wait . 51
7.2.8 Quiescence . 51
7.2.9 Timer . 53
7.2.10 TimerOperation . 53
7.2.11 TimerStart . 53
7.2.12 TimerStop . 54
7.2.13 TimeOut . 54
8 Test Configuration . 55
8.1 Overview . 55
8.2 Abstract Syntax and Classifier Description . 55
8.2.1 GateType . 55
8.2.2 GateTypeKind . 56
8.2.3 GateInstance . 56
8.2.4 ComponentType . 57
8.2.5 ComponentInstance . 58
8.2.6 ComponentInstanceRole . 58
8.2.7 GateReference . 59
8.2.8 Connection . 59
8.2.9 TestConfiguration . 60
9 Test Behaviour . 61
9.1 Overview . 61
9.2 Test Description - Abstract Syntax and Classifier Description . 62
9.2.1 TestDescription . 62
9.2.2 BehaviourDescription . 63
9.3 Combined Behaviour - Abstract Syntax and Classifier Description . 64
9.3.1 Behaviour . 64
9.3.2 Block . 65
9.3.3 LocalExpression . 66
9.3.4 CombinedBehaviour . 66
ETSI

---------------------- Page: 6 ----------------------
SIST ES 203 119-1 V1.5.1:2020
 5 ETSI ES 203 119-1 V1.5.1 (2020-08)
9.3.5 SingleCombinedBehaviour . 67
9.3.6 CompoundBehaviour . 67
9.3.7 BoundedLoopBehaviour . 67
9.3.8 UnboundedLoopBehaviour . 68
9.3.9 OptionalBehaviour . 69
9.3.10 MultipleCombinedBehaviour . 70
9.3.11 AlternativeBehaviour . 70
9.3.12 ConditionalBehaviour . 72
9.3.13 ParallelBehaviour . 73
9.3.14 ExceptionalBehaviour . 73
9.3.15 DefaultBehaviour . 75
9.3.16 InterruptBehaviour . 76
9.3.17 PeriodicBehaviour . 76
9.4 Atomic Behaviour - Abstract Syntax and Classifier Description . 77
9.4.1 AtomicBehaviour . 77
9.4.2 Break . 78
9.4.3 Stop . 78
9.4.4 VerdictAssignment . 79
9.4.5 Assertion . 79
9.4.6 Interaction . 80
9.4.7 Message . 82
9.4.8 ProcedureCall . 83
9.4.9 Target . 85
9.4.10 ValueAssignment . 85
9.4.11 TestDescriptionReference . 87
9.4.12 ComponentInstanceBinding . 89
9.4.13 ActionBehaviour . 90
9.4.14 ActionReference . 91
9.4.15 InlineAction . 91
9.4.16 Assignment . 91
10 Predefined TDL Model Instances . 92
10.1 Overview . 92
10.2 Predefined Instances of the 'SimpleDataType' Element . 92
10.2.1 Boolean . 92
10.2.2 Integer . 92
10.2.3 String . 93
10.2.4 Verdict . 93
10.3 Predefined Instances of 'SimpleDataInstance' Element . 93
10.3.1 true . 93
10.3.2 false . 93
10.3.3 pass . 93
10.3.4 fail . 93
10.3.5 inconclusive . 93
10.4 Predefined Instances of 'Time' Element . 93
10.4.1 Second . 93
10.5 Predefined Instances of the 'PredefinedFunction' Element . 94
10.5.1 Overview .
...

Questions, Comments and Discussion

Ask us and Technical Secretary will try to provide an answer. You can facilitate discussion about the standard in here.