ISO 13209-2-2012 Road vehicles - Open Test sequence eXchange format (OTX) - Part 2 Core data model specification and requirements《道路车辆 开路测试序列交换格式(OTX) 第2部分 核心数据.pdf
《ISO 13209-2-2012 Road vehicles - Open Test sequence eXchange format (OTX) - Part 2 Core data model specification and requirements《道路车辆 开路测试序列交换格式(OTX) 第2部分 核心数据.pdf》由会员分享,可在线阅读,更多相关《ISO 13209-2-2012 Road vehicles - Open Test sequence eXchange format (OTX) - Part 2 Core data model specification and requirements《道路车辆 开路测试序列交换格式(OTX) 第2部分 核心数据.pdf(212页珍藏版)》请在麦多课文档分享上搜索。
1、 Reference number ISO 13209-2:2012(E) ISO 2012INTERNATIONAL STANDARD ISO 13209-2 First edition 2012-08-15 Road vehicles Open Test sequence eXchange format (OTX) Part 2: Core data model specification and requirements Vhicules routiers Format public dchange de squence-tests (OTX) Partie 2: Exigences e
2、t spcifications du modle de donnes central ISO 13209-2:2012(E) COPYRIGHT PROTECTED DOCUMENT ISO 2012 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm,
3、 without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO 2012 Al
4、l rights reserved ISO 13209-2:2012(E) ISO 2012 All rights reserved iii Contents Page Foreword . v Introduction vi 1 Scope 1 2 Normative references 1 3 Terms, definitions and abbreviated terms 2 3.1 Terms and definitions . 2 3.2 Abbreviated terms . 4 4 Requirements . 5 4.1 General . 5 4.2 Basic princ
5、iples for requirements definition 5 4.3 Clustering of requirements. 5 4.4 Requirement priorities 5 4.5 General format and language aspects 6 4.6 Test sequence development process support . 7 4.7 Language feature details 9 4.8 Boundaries . 15 5 Introduction to modelling in UML and XSD 17 5.1 General
6、aspects . 17 5.2 Class diagrams 17 5.3 Mapping to the XML Schema Definition language (XSD) 19 6 OTX principles . 23 6.1 General . 23 6.2 XML format . 23 6.3 Imperative and structured programming paradigm . 24 6.4 Graphical authoring of OTX sequences 24 6.5 Specification/Realisation concept . 24 6.6
7、Modular OTX extension concept and OTX-based runtime architecture 25 6.7 Context concept 26 6.8 Validities concept 27 6.9 Signature concept . 30 7 OTX Core data model specification . 31 7.1 General . 31 7.2 High-level overview of the OTX Core data model 32 7.3 Document root . 33 7.4 Imports 37 7.5 Gl
8、obal declarations . 38 7.6 Validity terms . 42 7.7 Signatures 44 7.8 Procedure signatures 46 7.9 Procedures . 48 7.10 Floating comments 51 7.11 Parameter declarations . 53 7.12 Local declarations . 55 7.13 Nodes 56 7.14 Actions 90 7.15 Terms 106 7.16 Universal types 140 Annex A (normative) OTX data
9、types . 162 ISO 13209-2:2012(E) iv ISO 2012 All rights reserved Annex B (normative) Scope and memory allocation 166 Annex C (normative) Comprehensive checker rule listing 168 Annex D (normative) Extension mechanism . 178 Annex E (normative) Schema annotations for exception handling 181 Annex F (norm
10、ative) XML Schemas . 182 Bibliography . 205 ISO 13209-2:2012(E) ISO 2012 All rights reserved v Foreword ISO (the International Organization for Standardization) is a worldwide federation of national standards bodies (ISO member bodies). The work of preparing International Standards is normally carri
11、ed out through ISO technical committees. Each member body interested in a subject for which a technical committee has been established has the right to be represented on that committee. International organizations, governmental and non-governmental, in liaison with ISO, also take part in the work. I
12、SO collaborates closely with the International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of technical committees is to prepare Internati
13、onal Standards. Draft International Standards adopted by the technical committees are circulated to the member bodies for voting. Publication as an International Standard requires approval by at least 75 % of the member bodies casting a vote. Attention is drawn to the possibility that some of the el
14、ements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all such patent rights. ISO 13209-2 was prepared by Technical Committee ISO/TC 22, Road vehicles, Subcommittee SC 3, Electrical and electronic equipment. ISO 13209 consists of the fo
15、llowing parts, under the general title Road vehicles Open Test sequence eXchange format (OTX): Part 1: General information and use cases Part 2: Core data model specification and requirements Part 3: Standard extensions and requirements ISO 13209-2:2012(E) vi ISO 2012 All rights reserved Introductio
16、n Diagnostic test sequences are utilized whenever automotive components or functions with diagnostic abilities are being diagnosed, tested, reprogrammed or initialised by off-board test equipment. Test sequences define the succession of interactions between the user (i.e. workshop or assembly line s
17、taff), the diagnostic application (the test equipment) and the vehicle communication interface as well as any calculations and decisions that have to be carried out. Test sequences provide a means to define interactive, guided diagnostics or similar test logic. Today, the automotive industry mainly
18、relies on paper documentation and/or proprietary authoring environmments to document and to implement such test sequences for a specific test application. An author who is setting up engineering, assembly line or service diagnostic test applications needs to implement the required test sequences man
19、ually, supported by non-uniform test sequence documentation, most likely using different authoring applications and formats for each specific test application. This redundant effort can be greatly reduced if processes and tools support the OTX concept. ISO 13209 proposes an open and standardized for
20、mat for the human- and machine-readable description of diagnostic test sequences. The format supports the requirements of transferring diagnostic test sequence logic uniformly between electronic system suppliers, vehicle manufacturers and service dealerships/repair shops. This part of ISO 13209 repr
21、esents the requirements and technical specification for the fundament of the OTX format, namely the “OTX Core“. The Core describes the basic structure underlying every OTX document. This comprises detailed data model definitions of all required control structures by which test sequence logic is desc
22、ribed, but also definitions of the outer, enveloping document structure in which test sequence logic is embedded. To achieve extensibility the core also contains well-defined extension points that allow a separate definition of additional OTX features without the need to change the core data model.
23、ISO 13209-3 extends the Core by a set of additional features, using of the Core extension mechanism (which may also be applied for proprietary extensions). This part of ISO 13209 is the most generic and stand-alone part of ISO 13209. In principle, it is also applicable in other areas for any sequent
24、ial logic description, even outside the automotive domain. Automotive-specific features are therefore contained solely in ISO 13209-3. INTERNATIONAL STANDARD ISO 13209-2:2012(E) ISO 2012 All rights reserved 1 Road vehicles Open Test sequence eXchange format (OTX) Part 2: Core data model specificatio
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ISO1320922012ROADVEHICLESOPENTESTSEQUENCEEXCHANGEFORMATOTXPART2COREDATAMODELSPECIFICATIONANDREQUIREMENTS

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