ETSI ES 203 119-3-2018 Methods for Testing and Specification (MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 3 1).pdf
《ETSI ES 203 119-3-2018 Methods for Testing and Specification (MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 3 1).pdf》由会员分享,可在线阅读,更多相关《ETSI ES 203 119-3-2018 Methods for Testing and Specification (MTS) The Test Description Language (TDL) Part 3 Exchange Format (V1 3 1).pdf(78页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 203 119-3 V1.3.1 (2018-05) Methods for Testing and Specification (MTS); The Test Description Language (TDL); Part 3: Exchange Format ETSI STANDARD ETSI ETSI ES 203 119-3 V1.3.1 (2018-05)2 Reference RES/MTS-203119-3v1.3.1 Keywords language, MBT, methodology, testing, TSS Essential, or potent
2、ially 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
3、guarantee 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. Trademarks The present document may include trademarks and/or tradenames which are asserted and/o
4、r registered by their owners. ETSI claims no ownership of these except for any which are indicated as being the property of ETSI, and conveys no right to use or reproduce any trademark and/or tradename. Mention of those trademarks in the present document does not constitute an endorsement by ETSI of
5、 products, services or organizations associated with those trademarks. Foreword This ETSI Standard (ES) has been produced by ETSI Technical Committee Methods for Testing and Specification (MTS). The present document is part 3 of a multi-part deliverable. Full details of the entire series can be foun
6、d 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 to be interpreted as described in clause 3.2 of the ETSI Drafting Rules (Verbal forms for the expression of provisions). “must“ a
7、nd “must not“ are NOT allowed in ETSI deliverables except when used in direct citation. ETSI ETSI ES 203 119-3 V1.3.1 (2018-05)5 1 Scope The present document specifies the exchange format of the Test Description Language (TDL) in the form of an XML Schema derived from the TDL meta-model 1. The inten
8、ded 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. NOTE: OMG, UML, OCL and UTP are the trademarks of OMG (Object Management Group). This information is given for the convenience of
9、 users of the present document and does not constitute an endorsement by ETSI of the products named. 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 cit
10、ed version applies. For non-specific references, the latest version of the referenced document (including 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
11、included in this clause were valid at the time of publication, ETSI cannot guarantee their long term validity. The following referenced documents are necessary for the application of the present document. 1 ETSI ES 203 119-1 (V1.4.1): “Methods for Testing and Specification (MTS); The Test Descriptio
12、n Language (TDL); Part 1: Abstract Syntax and Associated Semantics“. 2 OMG: “OMG Meta Object FacilityTM (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, forma
13、l/2014-04-04. NOTE: Available at http:/www.omg.org/spec/XMI/2.4.2/. 4 W3C Recommendation 26 November 2008: “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
14、object identifier registration authorities: Generation of universally unique identifiers and their use in 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 reference
15、s, only the cited version applies. For non-specific references, the latest version of the referenced document (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 re
16、ferenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area. ETSI ETSI ES 203 119-3 V1.3.1 (2018-05)6 Not applicable. 3 Definitions and abbreviations 3.1 Definitions For the purposes of the present document, the f
17、ollowing terms and definitions apply: TDL XMI document: XMI document that represents the serialization of 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 d
18、escribes valid XMI documents 3.2 Abbreviations For the purposes of the present document, the following abbreviations 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 Intercha
19、nge XML eXtensible Markup LanguageXSD XML Schema Definition 4 Basic principles 4.1 Introduction XMI is the 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-base
20、d models 2. The XMI specification 3 describes both production rules to create an XMI Schema and an XMI document 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
21、 models. A TDL XMI Schema is useful to validate whether a TDL XMI document complies with the serialization 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
22、XMI compared to XML Schema. Validation of TDL XMI documents shall be done in a two-step approach: Lexical (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. Semant
23、ical validation based on the TDL meta-model definition: While deserializing TDL XMI documents, the modelling 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 o
24、f syntactically assuring that a TDL XMI document is valid in terms of structure. Semantical validation is 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 respe
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20311932018METHODSFORTESTINGANDSPECIFICATIONMTSTHETESTDESCRIPTIONLANGUAGETDLPART3EXCHANGEFORMATV131PDF

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