CEA-2018-2008 Task Model Description (CE TASK 1 0)《任务模型说明(CE TASK 1 0)》.pdf
《CEA-2018-2008 Task Model Description (CE TASK 1 0)《任务模型说明(CE TASK 1 0)》.pdf》由会员分享,可在线阅读,更多相关《CEA-2018-2008 Task Model Description (CE TASK 1 0)《任务模型说明(CE TASK 1 0)》.pdf(50页珍藏版)》请在麦多课文档分享上搜索。
1、 ANSI/CEA Standard Task Model Description (CE TASK 1.0) ANSI/CEA-2018 March 2008 NOTICE Consumer Electronics Association (CEA) Standards, Bulletins and other technical publications are designed to serve the public interest through eliminating misunderstandings between manufacturers and purchasers, f
2、acilitating interchangeability and improvement of products, and assisting the purchaser in selecting and obtaining with minimum delay the proper product for his particular need. Existence of such Standards, Bulletins and other technical publications shall not in any respect preclude any member or no
3、nmember of CEA from manufacturing or selling products not conforming to such Standards, Bulletins or other technical publications, nor shall the existence of such Standards, Bulletins and other technical publications preclude their voluntary use by those other than CEA members, whether the standard
4、is to be used either domestically or internationally. Standards, Bulletins and other technical publications are adopted by CEA in accordance with the American National Standards Institute (ANSI) patent policy. By such action, CEA does not assume any liability to any patent owner, nor does it assume
5、any obligation whatever to parties adopting the Standard, Bulletin or other technical publication. This CEA Standard is considered to have International Standardization implication, but the International Electrotechnical Commission activity has not progressed to the point where a valid comparison be
6、tween the CEA Standard and the IEC document can be made. This Standard does not purport to address all safety problems associated with its use or all applicable regulatory requirements. It is the responsibility of the user of this Standard to establish appropriate safety and health practices and to
7、determine the applicability of regulatory limitations before its use. (Formulated under the cognizance of the CEAs R7 Home Network Committee.) Published by CONSUMER ELECTRONICS ASSOCIATION 2008 Technology Phone 800-854-7179; Fax 303-397-2740; Internet http:/; E-mail DCMI Documents: Dublin Core Meta
8、data Initiative (DCMI); Internet http:/www.dublincore.org ECMA Documents: ECMA International, Rue du Rhone 114, CH-1204 Geneva; Phone +41 22 849 6000; Fax +41 22 489 6001; Internet http:/www.ecma-international.org/. ECMA Standard Documents can be downloaded electronically and free of charge at http:
9、/www.ecma-international.org/publications/standards/Standard.htm CEA-2018 4 IETF Documents: Internet Engineering Task Force (IETF) Secretariat, c/o Corporation for National Research Initiatives, 1895 Preston White Drive, Suite 100, Reston, VA 20191-5434, USA; Phone 703- 620-8990; Fax 703-620-9071; In
10、ternet www.ietf.org, IETF RFCs may be downloaded from www.ietf.org/rfc.html, IETF Internet drafts may be downloaded from www.ietf.org/ID.html ISO/IEC Documents: International Organization for Standardization (ISO); ISO Central Secretariat; 1, rue de Varemb; Case postale 56; CH-1211 Geneva 20; Switze
11、rland; Telephone +41 22 749 01 11; Fax +41 22 733 34 30; Internet http:/www.iso.org/; ISO/IEC Standard Documents can be purchased and downloaded electronically at http:/www.iso.org/iso/en/prods-services/ISOstore/store.html UPnP Documents: UPnP Forum; Internet http:/www.upnp.org/ World Wide Web Conso
12、rtium Documents: World Wide Web Consortium (W3C); Internet http:/www.w3.org/ 4 TERM USAGE Notwithstanding the placement of a NOTE or EXAMPLE in a normative section, paragraphs marked as “NOTE” or “EXAMPLE” shall be treated as informative. 4.1 Applications DEFINITION 1 A task-based application (“appl
13、ication” for short) is a program that interprets task model descriptions according to the semantics defined in this standard. For brevity, in the remainder of this document, a task-based application will be referred to generically as an application. 4.2 Use of Shall, Should and May Specific keywords
14、 are used in this document to differentiate levels of requirements and optionality, as follows: Shall: Indicates a mandatory requirement. Designers are required to implement all such mandatory requirements to assure interoperability with other products conforming to this standard. Should: Indicates
15、flexibility of choice with a strongly preferred alternative. Equivalent to the phrase “is recommended.” May: Indicates flexibility of choice with no implied preference. 4.3 Schemas The valid syntax for task model descriptions is defined using RelaxNG 6, with comments added to express restrictions th
16、at are not expressible in this schema language. These schemas are presented in Table 1 through Table 7 and are normative in this standard. The syntax for the about document (see 10.2.3) is also defined using RelaxNG. The corresponding Table 9 is normative in this standard. Notice that the order of X
17、ML sibling elements is fixed throughout the syntax schemas (attributes may be provided in any order). The motivation for this approach is to make it easier for humans to read task model descriptions and for applications to process them. CEA-2018 5 4.4 Namespaces This standard defines and uses the XM
18、L namespaces “http:/ce.org/cea-2018“ for task model descriptions. Examples in this standard assume that this namespace is declared as the default namespace on the root element of a task model description document, such as in the following: Task model descriptions may adopt this approach, or define a
19、n explicit namespace prefix. For other namespaces, the following three prefixes are used in the examples throughout this standard. Task model descriptions are not required to use these same prefixes as long as they declare the relevant namespaces properly (as specified in 7). xsd - the namespace htt
20、p:/www.w3.org/2001/XMLSchema (XML Schema Definition) dc - the namespace http:/purl.org/dc/elements/1.1 (DCMI Element Set). A schema definition file for this namespace is available at http:/www.dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd dcterms - the namespace http:/purl.org/dc/terms (DCMI Met
21、adata Terms). A schema definition file for this namespace is available at http:/www.dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd Namespace URIs, such as those above, are primarily for identification purposes and are not required to be resolvable 7, i.e., they might not serve a document whe
22、n used as an internet address. 4.5 Classes and Instances The standard terminology of object-oriented programming and design is used in this document without formal definition. In particular, a class typically has many instances, which differ in the values of the instance variables, or slots (as they
23、 are called in this document). DEFINITION 2 A slot is a named, typed instance variable. A class determines the names of the slots and the type of values each slot may hold; the slot values are determined by each instance. Finally, the class itself may have properties (sometimes called class variable
24、s), which are “inherited” by all instances, i.e., all instances have the same value for these properties. 4.6 Functions DEFINITION 3 A partial function is a function which may be undefined for some argument values. DEFINITION 4 An undefined function is a partial function which is undefined for all a
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- CEA20182008TASKMODELDESCRIPTIONCETASK10 任务 模型 说明 CETASK10PDF

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