ETSI ES 203 119-3-2016 Methods for Testing and Specification(MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 2 1)《试验和规范方法(MTS) 试验描述语言(TDL) 第3部分 交换格式(V1 2 1)》.pdf
《ETSI ES 203 119-3-2016 Methods for Testing and Specification(MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 2 1)《试验和规范方法(MTS) 试验描述语言(TDL) 第3部分 交换格式(V1 2 1)》.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 203 119-3-2016 Methods for Testing and Specification(MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 2 1)《试验和规范方法(MTS) 试验描述语言(TDL) 第3部分 交换格式(V1 2 1)》.pdf(68页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 203 119-3 V1.2.1 (2016-09) Methods for Testing and Specification(MTS); The Test Description Language (TDL); Part 3: Exchange Format ETSI STANDARD ETSI ETSI ES 203 119-3 V1.2.1 (2016-09)2Reference RES/MTS-203119-3v1.2.1 Keywords language, MBT, methodology, testing, TSS Essential, or potentia
2、lly Essential, IPRs notified to ETSI in respect of ETSI standards“, which is available from the ETSI Secretariat. Latest updates are available on the ETSI Web server (https:/ipr.etsi.org/). Pursuant to the ETSI IPR Policy, no investigation, including IPR searches, has been carried out by ETSI. No gu
3、arantee can be given as to the existence of other IPRs not referenced in ETSI SR 000 314 (or the updates on the ETSI Web server) which are, or may be, or may become, essential to the present document. Foreword This ETSI Standard (ES) has been produced by ETSI Technical Committee Methods for Testing
4、and Specification (MTS). The present document is part 3 of a multi-part deliverable. Full details of the entire series can be found in part 1 1. Modal verbs terminology In the present document “shall“, “shall not“, “should“, “should not“, “may“, “need not“, “will“, “will not“, “can“ and “cannot“ are
5、 to be interpreted as described in clause 3.2 of the ETSI Drafting Rules (Verbal forms for the expression of provisions). “must“ and “must not“ are NOT allowed in ETSI deliverables except when used in direct citation. ETSI ETSI ES 203 119-3 V1.2.1 (2016-09)51 Scope The present document specifies the
6、 exchange format of the Test Description Language (TDL) in the form of an XML Schema derived from the TDL meta-model 1. The intended use of the present document is to serve as the specification of the format used for exchange of model instances and tool interoperability between TDL-compliant tools.
7、2 References 2.1 Normative references References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (includ
8、ing any amendments) applies. Referenced documents which are not found to be publicly available in the expected location might be found at http:/docbox.etsi.org/Reference. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long term v
9、alidity. The following referenced documents are necessary for the application of the present document. 1 ETSI ES 203 119-1 (V1.3.1): “Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 1: Abstract Syntax and Associated Semantics“. 2 OMG: “OMG Meta Object FacilityT
10、M(MOF) Core Specification“, Version 2.4.2, formal/2014-04-03. NOTE: Available at http:/www.omg.org/spec/MOF/2.4.2/. 3 OMG: “OMG XML Metadata InterchangeTM(XMI) Specification“, Version 2.4.2, formal/2014-04-04. NOTE: Available at http:/www.omg.org/spec/XMI/2.4.2/. 4 W3C Recommendation 26 November 200
11、8: “Extensible Markup Language (XML) 1.0 (Fifth Edition)“. NOTE: Available at http:/www.w3.org/TR/REC-xml/. 5 Recommendation ITU-T X.667: “Information technology - Procedures for the operation of object identifier registration authorities: Generation of universally unique identifiers and their use i
12、n object identifiers“. 2.2 Informative references References are either specific (identified by date of publication and/or edition number or version number) or non-specific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference docu
13、ment (including any amendments) applies. NOTE: While any hyperlinks included in this clause were valid at the time of publication, ETSI cannot guarantee their long term validity. The following referenced documents are not necessary for the application of the present document but they assist the user
14、 with regard to a particular subject area. Not applicable. ETSI ETSI ES 203 119-3 V1.2.1 (2016-09)63 Definitions and abbreviations 3.1 Definitions For the purposes of the present document, the following terms and definitions apply: TDL XMI document: XMI document that represents the serialization of
15、a TDL model TDL XMI Schema: XMI Schema that describes valid TDL XMI documents XMI document: XML document that represents the serialization of a MOF model XMI Schema: XML Schema definition that describes valid XMI documents 3.2 Abbreviations For the purposes of the present document, the following abb
16、reviations apply: EBNF Extended Backus-Naur Form MOF Meta-Object Facility TDL Test Description Language URI Uniform Resource Identifier UUID Universal Unique Identifier XMI XML Metadata Interchange XML eXtensible Markup LanguageXSD XML Schema Definition 4 Basic principles 4.1 Introduction XMI is the
17、 serialization format for persistence and interchange of TDL models. XMI stands for XML Metadata Interchange and describes a unified way to serialize, persist, exchange and de-serialize MOF-based models 2. The XMI specification 3 describes both production rules to create an XMI Schema and an XMI doc
18、ument for a MOF model. The present document describes the production rules for both a TDL XMI Schema according to the TDL meta-model definition and TDL XMI documents for the serialization of TDL models. A TDL XMI Schema is useful to validate whether a TDL XMI document complies with the serialization
19、 rules specified in the present document. A complete validation of the represented TDL model cannot be performed solely with the TDL XMI Schema due to additional semantics introduced by MOF and XMI compared to XML Schema. Validation of TDL XMI documents shall be done in a two-step approach: Lexical
20、(syntactical) validation based on the TDL XMI Schema: This validation step assures that XMI documents abide by the serialization rules for TDL models as described by the present document. Semantical validation based on the TDL meta-model definition: While deserializing TDL XMI documents, the modelli
21、ng tool shall perform semantics checks based on the specification of the TDL meta-model and the additional XMI information. The lexical validation is optional, since it only serves the purpose of syntactically assuring that a TDL XMI document is valid in terms of structure. Semantical validation is
22、always required to ensure that the XMI document is a valid serialization of a TDL model. Due to the nature of the lexical validation, it is possible to produce valid TDL XMI documents with respect to the TDL XMI Schema but invalid TDL XMI documents with respect to the TDL meta-model specification. E
23、TSI ETSI ES 203 119-3 V1.2.1 (2016-09)74.2 Document Structure The present document defines the exchange format for TDL model instances by means of a TDL XMI schema. The document is structured as follows: Clause 5 “TDL XMI Schema“ describes the rules that are applied for the production of a valid TDL
24、 XMI Schema according to TDL meta-model. Clause 6 “TDL XMI Document Serialization“ describes the production rules that shall be applied when serializing TDL models. This clause contains a number of examples to comprehensibly illustrate the serialization of various TDL elements. Annex A specifies the
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20311932016METHODSFORTESTINGANDSPECIFICATIONMTSTHETESTDESCRIPTIONLANGUAGETDLPART3EXCHANGEFORMATV121

链接地址:http://www.mydoc123.com/p-731135.html