ITU-T M 3030-2002 Telecommunications Markup Language (tML) Framework Series M TMN and Network Maintenance International Transmission Systems Telephone Circuits Telegraphy Facsimile.pdf
《ITU-T M 3030-2002 Telecommunications Markup Language (tML) Framework Series M TMN and Network Maintenance International Transmission Systems Telephone Circuits Telegraphy Facsimile.pdf》由会员分享,可在线阅读,更多相关《ITU-T M 3030-2002 Telecommunications Markup Language (tML) Framework Series M TMN and Network Maintenance International Transmission Systems Telephone Circuits Telegraphy Facsimile.pdf(36页珍藏版)》请在麦多课文档分享上搜索。
1、 INTERNATIONAL TELECOMMUNICATION UNION ITU-T M.3030TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (08/2002) SERIES M: TMN AND NETWORK MAINTENANCE: INTERNATIONAL TRANSMISSION SYSTEMS, TELEPHONE CIRCUITS, TELEGRAPHY, FACSIMILE AND LEASED CIRCUITS Telecommunications management network Telecommunicatio
2、ns Markup Language (tML) framework ITU-T Recommendation M.3030 ITU-T M-SERIES RECOMMENDATIONS TMN AND NETWORK MAINTENANCE: INTERNATIONAL TRANSMISSION SYSTEMS, TELEPHONE CIRCUITS, TELEGRAPHY, FACSIMILE AND LEASED CIRCUITS Introduction and general principles of maintenance and maintenance organization
3、 M.10M.299 International transmission systems M.300M.559 International telephone circuits M.560M.759 Common channel signalling systems M.760M.799 International telegraph systems and phototelegraph transmission M.800M.899 International leased group and supergroup links M.900M.999 International leased
4、 circuits M.1000M.1099 Mobile telecommunication systems and services M.1100M.1199 International public telephone network M.1200M.1299 International data transmission systems M.1300M.1399 Designations and information exchange M.1400M.1999 International transport network M.2000M.2999 Telecommunication
5、s management network M.3000M.3599 Integrated services digital networks M.3600M.3999 Common channel signalling systems M.4000M.4999 For further details, please refer to the list of ITU-T Recommendations. ITU-T Rec. M.3030 (08/2002) i ITU-T Recommendation M.3030 Telecommunications Markup Language (tML
6、) framework Summary This Recommendation is a framework containing rules, guidelines, and objectives for developing telecommunications industry standard telecommunications Markup Language (tML) schemas for operations, administration, maintenance and provisioning (OAM Use of common vocabulary structur
7、e; Use of namespaces; Mapping from existing standards to tML; Specification of metadata used. The scope of this Recommendation does not specify the following items because trading partners specify these items through negotiation: Business Process Scenario; Implementation Infrastructure Profile-Speci
8、fication of any particular communications protocol profile (including provisions for reliability, availability and survivability, or RAS), and provisions for security, privacy, and non-repudiation; Data and Vocabulary content. _ 1Other uses of the term t-m-l exist today, and shouldnt be confused wit
9、h telecommunications Markup Language (tML). tML distinguishes itself from other uses of the term with a lower case “t“. Two examples of other TMLs are: 1) Tutorial Markup Language (TML), an interchange format designed to separate the semantic content of a question from its screen layout or formattin
10、g (TML has been specified using SGML); and 2) Telephony Markup Language (TML), a proprietary framework for applying the Web for distributed Computer Telephony and messaging applications. 2 ITU-T Rec. M.3030 (08/2002) M.3030_F01Data users of this Recommendation are therefore encouraged to investigate
11、 the possibility of applying the most recent edition of the Recommendations and other references listed below. A list of the currently valid ITU-T Recommendations is regularly published. The reference to a document within this Recommendation does not give it, as a stand-alone document, the status of
12、 a Recommendation. 2.1 ITU-T Recommendations 1 ITU-T Recommendation M.3010 (2000), Principles for a telecommunications management network. ITU-T Rec. M.3030 (08/2002) 3 2 ITU-T Recommendation M.3013 (2000), Considerations for a telecommunications management network. 2.2 ISO Standards 3 ISO/IEC 10646
13、-1:2000, Information technology Universal Multiple-Octet Coded Character Set (UCS) Part 1: Architecture and Basic Multilingual Plane. 4a ISO/IEC 11179-3:1994, Information technology Specification and standardization of data elements Part 3: Basic attributes of data elements. 4b ISO/IEC 11179-5:1995,
14、 Information technology Specification and standardization of data elements Part 5: Naming and identification principles for data elements. 2.3 World Wide Web Consortium (W3C) Recommendations 5 eXtensible Markup Language (XML) 1.0 (Second Edition), 6 October 2000. 6 XML Schema Part 1: Structures, 2 M
15、ay 2001. 7 XML Schema Part 2: Datatypes, 2 May 2001. 8 Namespaces in XML, 14 January 1999. 2.4 IETF Specifications 9 IETF RFC 2141 (1997), URN Syntax. 10 IETF RFC 2396 (1998), Uniform Resource Identifiers (URI): Generic Syntax. 2.5 Object Management Group Specifications 11 Unified Modeling Language
16、Specification, Version 1.4, September 2001. 2.6 Committee T1 Standards (Sponsored by ATIS, Alliance for Telecommunications Industry Solutions) 12 T1.227-2000 OAM a property of an element; attributes can be viewed as metadata for the element because they can pass information about an element. Compose
17、d structurally as name=value pair, where name is the name of the attribute and value is the value of the attribute. 3.1.2 character: An atomic unit of text as specified by ISO/IEC 10646; a single alpha, numeric, or punctuation mark, as defined by ISO/IEC 10646. 3.1.3 character data: All text charact
18、ers that are not markup characters. 3.1.4 content model: All data between the start tag and end tag of an element that affects the structure of the element in the instance document. This could be attributes or other elements within an element. (This term is not used). 4 ITU-T Rec. M.3030 (08/2002) 3
19、.1.5 context: A designation or description of the application environment or discipline in which a name is applied or from which it originates (ISO/IEC 11179-3). 3.1.6 data dictionary: A collection of metadata about the data objects or items in a data model including such characteristics as name, se
20、mantic meaning, relationships, and type of data. 3.1.7 data element: A unit of data for which the definition, identification, representation, and permissible values are specified by means of a set of attributes (ISO/IEC 11179-3). 3.1.8 default namespace: A namespace with an empty prefix. A default n
21、amespace is considered to apply to the element where it is declared (if that element has no namespace prefix), and to all elements with no prefix within the content of that element. If the URI reference in a default namespace declaration is empty, then unprefixed elements in the scope of the declara
22、tion are not considered to be in any namespace. 3.1.9 delimiter: A special character that marks the beginning and end of a string or text field. 3.1.10 document: A class of data object; may be the text of a printed document, a set of database records. 3.1.11 document element: The root element of an
23、instance document. There is exactly one element, called the root, or document element, no part of which appears in the content of any other element. 3.1.12 element: A logical data structure within an XML document; start tags and end tags define the beginning and end of an element. Each XML document
24、contains one or more elements, the boundaries of which are either delimited by start-tags and end-tags, or, for empty elements, by an empty-element tag. Each element has a type, identified by a case-sensitive name, sometimes called its “generic identifier“ (GI), and may have a set of attribute speci
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTM30302002TELECOMMUNICATIONSMARKUPLANGUAGETMLFRAMEWORKSERIESMTMNANDNETWORKMAINTENANCEINTERNATIONALTRANSMISSIONSYSTEMSTELEPHONECIRCUITSTELEGRAPHYFACSIMILEPDF

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