c068349_ISO_IEC_8825-5_2015.pdf
Reference number ISO/IEC 8825-52015E ISO/IEC 2015 INTERNATIONAL STANDARD ISO/IEC 8825-5 Third edition 2015-11-15 Ination technology ASN.1 encoding rules Mapping W3C XML schema definitions into ASN.1 Technologies de lination Rgles de codage ASN.1 Mappage en ASN.1 des dfinitions de schma XML du W3C ISO/IEC 8825-52015E COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2015 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any or by any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISO’s 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/IEC 2015 – All rights reserved ISO/IEC 8825-52015E ISO/IEC 2015 – All rights reserved iii Foreword ISO the International Organization for Standardization and IEC the International Electrotechnical Commission the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of ination technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 of the national bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. This third edition cancels and replaces the second edition of ISO/IEC 8825-52008 which has been technically revised. It also incorporates ISO/IEC 8825-52008/Cor.12012 and ISO/IEC 8825-52008.Cor.22014. ISO/IEC 8825-5 was prepared by Joint Technical Committee ISO/IEC JTC 1, Ination technology, Subcommittee SC 6, Telecommunications and ination exchange between systems, in collaboration with ITU-T. The identical text is published as ITU-T X.694 08/2015. I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T X.694 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU 08/2015 SERIES X DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY OSI networking and system aspects – Abstract Syntax Notation One ASN.1 Ination technology – ASN.1 encoding rules Mapping W3C XML schema definitions into ASN.1 Recommendation ITU-T X.694 ITU-T X-SERIES RECOMMENDATIONS DATA NETWORKS, OPEN SYSTEM COMMUNICATIONS AND SECURITY PUBLIC DATA NETWORKS Services and facilities X.1–X.19 Interfaces X.20–X.49 Transmission, signalling and switching X.50–X.89 Network aspects X.90–X.149 Maintenance X.150–X.179 Administrative arrangements X.180–X.199 OPEN SYSTEMS INTERCONNECTION Model and notation X.200–X.209 Service definitions X.210–X.219 Connection-mode protocol specifications X.220–X.229 Connectionless-mode protocol specifications X.230–X.239 PICS proas X.240–X.259 Protocol Identification X.260–X.269 Security Protocols X.270–X.279 Layer Managed Objects X.280–X.289 Conance testing X.290–X.299 INTERWORKING BETWEEN NETWORKS General X.300–X.349 Satellite data transmission systems X.350–X.369 IP-based networks X.370–X.379 MESSAGE HANDLING SYSTEMS X.400–X.499 DIRECTORY X.500–X.599 OSI NETWORKING AND SYSTEM ASPECTS Networking X.600–X.629 Efficiency X.630–X.639 Quality of service X.640–X.649 Naming, Addressing and Registration X.650–X.679 Abstract Syntax Notation One ASN.1X.680–X.699 OSI MANAGEMENT Systems management framework and architecture X.700–X.709 Management communication service and protocol X.710–X.719 Structure of management ination X.720–X.729 Management functions and ODMA functions X.730–X.799 SECURITY X.800–X.849 OSI APPLICATIONS Commitment, concurrency and recovery X.850–X.859 Transaction processing X.860–X.879 Remote operations X.880–X.889 Generic applications of ASN.1 X.890–X.899 OPEN DISTRIBUTED PROCESSING X.900–X.999 INATION AND NETWORK SECURITY X.1000–X.1099 SECURE APPLICATIONS AND SERVICES X.1100–X.1199 CYBERSPACE SECURITY X.1200–X.1299 SECURE APPLICATIONS AND SERVICES X.1300–X.1399 CYBERSECURITY INATION EXCHANGE X.1500–X.1599 CLOUD COMPUTING SECURITY X.1600–X.1699 For further details, please refer to the list of ITU-T Recommendations. Rec. ITU-T X.694 08/2015 i INTERNATIONAL STANDARD ISO/IEC 8825-5 RECOMMENDATION ITU-T X.694 Ination technology – ASN.1 encoding rules Mapping W3C XML schema definitions into ASN.1 Summary Recommendation ITU-T X.694 | ISO/IEC 8825-5 defines rules for mapping an XSD Schema a schema coning to the W3C XML Schema specification to an ASN.1 schema in order to use ASN.1 encoding rules such as the Basic Encoding Rules BER, the Distinguished Encoding Rules DER, the Packed Encoding Rules PER or the XML Encoding Rules XER for the transfer of ination defined by the XSD Schema. The use of this Recommendation | International Standard with the ASN.1 Extended XML Encoding Rules EXTENDED- XER provides the same XML representation of values as that defined by the original XSD Schema, but also provides the ability to encode the specified XML with an efficient binary representation binary XML. An XML document can be converted to binary XML for storage or transfer using the ASN.1 generated by this mapping, and the resulting binary can be converted back to the same XML document for further XML processing. Two versions of the mapping are defined. Version 1 of the mapping was published in 2004, and a Corrigendum was subsequently issued renaming the types DATE-TIME and DURATION in Annex A in order to avoid conflict with the DATE-TIME and DURATION types defined in Rec. ITU-T X.680 | ISO/IEC 8824-1. The Version 2 mapping is more efficient in two areas the ASN.1 time types are used rather than VisibleString for mappings of dates and times; the FastInfoset specification Rec. ITU-T X.891 | ISO/IEC 24824-1 is used for the mapping of XSD wild-cards. Both these changes to the mapping provide much more compact binary encodings for the XML specified by the XSD. NOTE − The specification of the Version 1 mapping with applicable corrections will be maintained in the next edition of this Recommendation | International Standard, but it is expected that subsequent editions will document only the Version 2 mapping. Application of the ASN.1 extended XML Encoding Rules to both versions of the mapping will produce the same XML which is the same as that specified by the XSD. However, application of other ASN.1 encoding rules to the Version 1 mapping results in a verbose character-based encoding of date and time types and of XSD wild-cards, whilst application of the Version 2 mapping results in a more compact binary encoding using ASN.1 time types and the FastInfoset specification. History Edition Recommendation Approval Study Group Unique ID* 1.0 ITU-T X.694 2004-01-13 17 11.1002/1000/7106 1.1 ITU-T X.694 2004 Technical Cor. 1 2005-11-29 17 11.1002/1000/8639 1.2 ITU-T X.694 2004 Amd. 1 2007-05-29 17 11.1002/1000/9111 2.0 ITU-T X.694 2008-11-13 17 11.1002/1000/9612 2.1 ITU-T X.694 2008 Cor. 1 2011-10-14 17 11.1002/1000/11382 2.2 ITU-T X.694 2008 Cor. 2 2014-03-01 17 11.1002/1000/12149 3.0 ITU-T X.694 2015-08-13 17 11.1002/1000/12486 ____________________ * To access the Recommendation, type the URL http//handle.itu.int/ in the address field of your web browser, followed by the Recommendations unique ID. For example, http//handle.itu.int/11.1002/1000/11830-en. ii Rec. ITU-T X.694 08/2015 FOREWORD The International Telecommunication Union ITU is the United Nations specialized agency in the field of telecommunications, ination and communication technologies ICTs. The ITU Telecommunication Standardization Sector ITU-T is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly WTSA, which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, produce Recommendations on these topics. The approval of ITU-T Recommendations is covered by the procedure laid down in WTSA Resolution 1. In some areas of ination technology which fall within ITU-Ts purview, the necessary standards are prepared on a collaborative basis with ISO and IEC. NOTE In this Recommendation, the expression “Administration“ is used for conciseness to indicate both a telecommunication administration and a recognized operating agency. Compliance with this Recommendation is voluntary. However, the Recommendation may contain certain mandatory provisions to ensure, e.g., interoperability or applicability and compliance with the Recommendation is achieved when all of these mandatory provisions are met. The words “shall“ or some other obligatory language such as “must“ and the negative equivalents are used to express requirements. The use of such words does not suggest that compliance with the Recommendation is required of any party. INTELLECTUAL PROPERTY RIGHTS ITU draws attention to the possibility that the practice or implementation of this Recommendation may involve the use of a claimed Intellectual Property Right. ITU takes no position concerning the evidence, validity or applicability of claimed Intellectual Property Rights, whether asserted by ITU members or others outside of the Recommendation development process. As of the date of approval of this Recommendation, ITU had not received notice of intellectual property, protected by patents, which may be required to implement this Recommendation. However, implementers are cautioned that this may not represent the latest ination and are therefore strongly urged to consult the TSB patent database at http//www.itu.int/ITU-T/ipr/. ITU 2015 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written permission of ITU. Rec. ITU-T X.694 08/2015 iii CONTENTS Page 1 Scope .............................................................................................................................................................. 1 2 Normative references ..................................................................................................................................... 1 2.1 Identical Recommendations | International Standards ........................................................................ 1 2.2 Additional references .......................................................................................................................... 2 3 Definitions ...................................................................................................................................................... 2 3.1 Imported definitions ............................................................................................................................ 2 3.2 Additional definitions .......................................................................................................................... 3 4 Abbreviations ................................................................................................................................................. 3 5 Notation .......................................................................................................................................................... 3 6 Purpose and extent of standardization ............................................................................................................ 3 7 Mapping XSD Schemas ................................................................................................................................. 4 8 Ignored schema components and properties ................................................................................................... 5 9 ASN.1 modules .............................................................................................................................................. 6 10 Name conversion ............................................................................................................................................ 6 10.1 General ................................................................................................................................................ 6 10.2 Generating ASN.1 type definitions that are references to ASN.1 type assignments ........................... 7 10.3 Generating identifiers and type reference names ................................................................................ 7 10.4 Order of the mapping .......................................................................................................................... 9 11 Mapping uses of XSD built-in types .............................................................................................................. 10 12 Mapping facets .............................................................................................................................................. 10 12.1 The length, minLength, and maxLength facets ................................................................................ 11 12.2 The pattern facet................................................................................................................................. 11 12.3 The whiteSpace facet ........................................................................................................................ 11 12.4 The enumeration facet ....................................................................................................................... 12 12.5 Other facets ......................................................................................................................................... 14 13 Mapping simple type definitions .........................................