欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PDF文档下载
    分享到微信 分享到微博 分享到QQ空间

    BS IEC 61636-99-2016 Software Interface for Maintenance Information Collection and Analysis (SIMICA) Common Information Elements《维护信息采集与分析用软件接口(SIMICA) 公用信息元素》.pdf

    • 资源ID:583024       资源大小:2.25MB        全文页数:72页
    • 资源格式: PDF        下载积分:10000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要10000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    BS IEC 61636-99-2016 Software Interface for Maintenance Information Collection and Analysis (SIMICA) Common Information Elements《维护信息采集与分析用软件接口(SIMICA) 公用信息元素》.pdf

    1、Software Interface forMaintenance InformationCollection and Analysis (SIMICA): Common Information ElementsBS IEC 61636-99:2016BSI Standards PublicationWB11885_BSI_StandardCovs_2013_AW.indd 1 15/05/2013 15:06National forewordThis British Standard is the UK implementation of IEC 61636-99:2016. The UK

    2、participation in its preparation was entrusted to TechnicalCommittee EPL/501, Electronic Assembly Technology.A list of organizations represented on this committee can be obtained onrequest to its secretary.This publication does not purport to include all the necessary provisions ofa contract. Users

    3、are responsible for its correct application. The British Standards Institution 2016.Published by BSI Standards Limited 2016ISBN 978 0 580 94226 6ICS 25.040.01; 35.060Compliance with a British Standard cannot confer immunity fromlegal obligations.This British Standard was published under the authorit

    4、y of theStandards Policy and Strategy Committee on 30 November 2016.Amendments/corrigenda issued since publicationDate Text affectedBRITISH STANDARDBS IEC 61636-99:2016IEC 61636-99 Edition 1.0 2016-11 INTERNATIONAL STANDARD Software Interface for Maintenance Information Collection and Analysis (SIMI

    5、CA): Common Information Elements INTERNATIONAL ELECTROTECHNICAL COMMISSION ICS 25.040.01; 35.060 ISBN 978-2-8322-3685-7 Warning! Make sure that you obtained this publication from an authorized distributor. IEEE Std 1636.99 Registered trademark of the International Electrotechnical Commission BS IEC

    6、61636-99:2016Contents 1. Overview 1 1.1 General 1 1.2 Application of this documents annexes . 2 1.3 Scope . 2 1.4 Referenced IEEE Standards. 2 1.5 Application 2 1.6 Conventions used in this document . 2 2. Normative references 4 3. Definitions, acronyms, and abbreviations 4 3.1 Definitions . 4 3.2 A

    7、cronyms and abbreviations . 5 4. SIMICA common elements 5 4.1 SIMICA common element partitioning . 5 4.2 Use of the IEEE Std 1671 Common.xsd schema. 6 5. EXPRESS model, EXPRESS-G diagram, and XML schema names and locations . 6 6. Conformance 8 7. XML schema extensibility 8 Annex A (normative) Simica

    8、Common XML schema . 10 A.1 SIMICACommon.xsd. 10 Annex B (normative) SimicaCommon EXPRESS models. 17 B.1 SIMICA_COMMON_MODEL_DOT_99 17 B.2 SIMICACommon model EXPRESS-G diagrams . 50 Annex C (informative) Bibliography 58 Annex D (informative) IEEE list of participants.60 i IEC 61636-99:2016 IEEE Std 1

    9、636.99-2013BS IEC 61636-99:201662)7:$5(,17(5)$ END_TYPE; (* B.1.2 AddressComponent Type “AddressComponent” provides a string type to be used in constructing a mailing address for an individual or an organization. EXPRESS specification: *) TYPE AddressComponent = STRING; END_TYPE; (* 17 IEC 61636-99:

    10、2016 IEEE Std 1636.99-2013BS IEC 61636-99:2016B.1.3 BooleanType A data element that contains a Boolean value. EXPRESS specification: *) TYPE BooleanType = BOOLEAN; END_TYPE; (* B.1.4 ClassificationType Defines a data element for capturing security classification marking information for a data item o

    11、r document. Classification markings are user specific and can correspond to DoD markings, MoD markings, proprietary markings, etc. EXPRESS specification: *) TYPE ClassificationType = STRING; END_TYPE; (* B.1.5 Code Type “Code” defines a string type for specifying a short-hand representation for some

    12、 object, event, or occurrence. Such codes, unless otherwise specified, are assumed to be application or context specific. EXPRESS specification: *) TYPE Code = STRING; END_TYPE; (* B.1.6 Date Type “Date” defines a string for representing date information according to the XML date type. EXPRESS speci

    13、fication: *) TYPE Date = STRING; END_TYPE; (* B.1.7 DateTime Type “DateTime” defines a string for representing date and time information according to the XML dateTime type. 18 IEC 61636-99:2016 IEEE Std 1636.99-2013BS IEC 61636-99:2016EXPRESS specification: *) TYPE DateTime = STRING; END_TYPE; (* B.

    14、1.8 DescriptionType Type “DescriptionType” provides a string that can be used to describe some entity. EXPRESS specification: *) TYPE DescriptionType = STRING; END_TYPE; (* B.1.9 Duration Type “Duration” corresponds to a string representation of the XML duration data type. This data type is intended

    15、 to represent a duration of time capturing Gregorian year, day, hour, minute, and second components. EXPRESS specification: *) TYPE Duration = STRING; END_TYPE; (* B.1.10 EmailAddress Type “EmailAddress” defines a string type for specifying internet or intranet-based electronic mail addresses. EXPRE

    16、SS specification: *) TYPE EmailAddress = STRING; END_TYPE; (* 19 IEC 61636-99:2016 IEEE Std 1636.99-2013BS IEC 61636-99:2016B.1.11 EqualityComparatorType A string that defines the type of comparison being performed. EXPRESS specification: *) TYPE EqualityComparatorType = STRING; WHERE validComparato

    17、rs :(SELF = EQ) OR (SELF = NE) OR (SELF = CIEQ) OR (SELF = CINE); END_TYPE; (* Formal propositions: validComparators Requires the comparator to be case sensitive (EQ or NE) or case insensitive (CIEQ or CINE) to cover equality and inequality. B.1.12 Exclusion Type “Exclusion” defines a string type fo

    18、r specifying legal exclusions from some contract, warranty, or other agreement. EXPRESS specification: *) TYPE Exclusion = STRING; END_TYPE; (* B.1.13 FaultID A UUID that identifies a specific failure mode within a system item. EXPRESS specification: *) TYPE FaultID = UUID; END_TYPE; (* 20 IEC 61636

    19、-99:2016 IEEE Std 1636.99-2013BS IEC 61636-99:2016B.1.14 Identifier Type “Identifier” defines a string to be used to identify a specific entity or object using some identification method other than name. EXPRESS specification: *) TYPE Identifier = STRING; END_TYPE; (* B.1.15 InequalityComparatorType

    20、 A string that defines the type of comparison being performed. EXPRESS specification: *) TYPE InequalityComparatorType = STRING; WHERE validComparators :(SELF = GT) OR (SELF = GE) OR (SELF = LT) OR (SELF = LE) ; END_TYPE; (* Formal propositions: validComparators Ensures the comparator used correspon

    21、ds to an inequality other than NOT. B.1.16 LogicalOperator Type LogicalOperator specifies a binary operator used in a logical expression. EXPRESS specification: *) TYPE LogicalOperator = STRING; WHERE validOperators :(SELF = AND) OR (SELF = OR) OR (SELF = XOR); END_TYPE; (* Formal propositions: validOperators Ensures the operator is either AND, OR, or XOR. 21 IEC 61636-99:2016 IEEE Std 1636.99-2013BS IEC 61636-99:2016


    注意事项

    本文(BS IEC 61636-99-2016 Software Interface for Maintenance Information Collection and Analysis (SIMICA) Common Information Elements《维护信息采集与分析用软件接口(SIMICA) 公用信息元素》.pdf)为本站会员(jobexamine331)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开