Valid

GB/Z 19669-2005Guide for XML application in e-government (English PDF)

XML在电子政务中的应用指南

Open the GB/Z 19669-2005 preview as PDF

Preview — first pages of GB/Z 19669-2005 (full document: 101 pages)

This is a limited preview

Buy now to download the full PDF (101 pages)

Issued by

State Administration for Market Regulation; Standardization Administration of China

Level / Type

National · Recommended

Issue date

February 18, 2005

Implementation date

February 18, 2005

Scope

GB/Z 19669-2005 is the English-translated version of XML在电子政务中的应用指南.

This guiding technical document draws together and summarizes the common requirements of the different modules at the different levels of the architecture of the standard technical reference model for e-government, gives guidance on the XML techniques that may be adopted in e-government, and analyses and compares the relevant techniques. This guiding technical document applies to the following: a) e-government business operators; b) system integrators of e-government systems; c) software developers of e-government systems; d) supervisory units for the construction of e-government systems. Other relevant units, manufacturers and individuals may also use it for reference.

Document preview — GB/Z 19669-2005

National Standard of the People's Republic of China

ICS
35.240.60
Classification
L67

Issued by: State Administration for Market Regulation; Standardization Administration of China

Contents

  • ForewordIII
  • 1 Scope1
  • 2 Terms and definitions, abbreviated terms1
  • 2.1 Terms and definitions1
  • 2.2 Abbreviated terms2
  • 3 The e-government framework4
  • 3.1 The concept of e-government4
  • 3.2 The standard technical reference model for e-government5
  • 3.2.1 The network infrastructure layer5
  • 3.2.2 The application support layer5
  • 3.2.3 The application layer6
  • 3.2.4 Information security6
  • 3.2.5 Management6
  • 4 Introduction to XML technology7
  • 4.1 XML concepts and core technologies7
  • 4.1.1 Basic XML concepts7
  • 4.1.2 Related XML concepts and technologies9
  • 4.1.3 The general process of applying XML14
  • 4.2 XML-related standards and specifications15
  • 4.2.1 Service-related languages and protocols15
  • 4.2.2 Metadata standards20
  • 4.2.3 Workflow-related languages23
  • 4.2.4 Standards relating to transaction processing and collaboration26
  • 4.2.5 Standards relating to directory services28
  • 4.2.6 Standards relating to XML security29
  • 4.2.7 Standards relating to XML processing and presentation32
  • 4.2.8 Standards relating to XML development34
  • 5 Guide to the application of XML in the e-government application architecture37
  • 5.1 Overview of the application of XML in e-government37
  • 5.2 The application support layer39
  • 5.2.1 Data access39
  • 5.2.2 Information interchange46
  • 5.2.3 Process control51
  • 5.2.4 Transaction processing55
  • 5.2.5 Directory services59
  • 5.3 The application layer61
  • 5.3.1 Official document processing61
  • 5.3.2 Business processing68
  • 5.3.3 Information publication71
  • 5.3.4 Information collection79
  • 5.3.5 Service invocation85
  • 5.4 Information security91
  • 5.4.1 Typical application scenarios91
  • 5.4.2 Analysis of application requirements92
  • 5.4.3 Technical scheme93
  • 5.5 Management94
  • 5.5.1 Typical application scenarios94
  • 5.5.2 Analysis of application requirements95
  • 5.5.3 Technical scheme95
  • Annex A (informative) XML standards in other related fields96

1 Scope

This guiding technical document draws together and summarizes the common requirements of the different modules at the different levels of the architecture of the standard technical reference model for e-government, gives guidance on the XML techniques that may be adopted in e-government, and analyses and compares the relevant techniques.

This guiding technical document applies to the following: a) e-government business operators; b) system integrators of e-government systems; c) software developers of e-government systems; d) supervisory units for the construction of e-government systems. Other relevant units, manufacturers and individuals may also use it for reference.

2 Terms and definitions, abbreviated terms

2.1 Terms and definitions. The following terms and definitions apply in this guiding technical document.

2.1.1 business model - a description of the division of work, the business processes and the business information of an organization. 2.1.2 directory service - a service providing directory lookup in a distributed computing environment and on the Internet. 2.1.3 information collection - the process of gathering information from information sources of every kind, including systems, files and users.

2.1.4 information publication - publishing and displaying information properly or with authorization, through the media and the network. 2.1.5 process control - the basic control operations on a business process, including starting, suspending, resuming, abandoning, continuing and destroying. 2.1.6 stylesheet - a description of the presentation style in which document data is displayed on a screen or printed on a printer.

2.1.7 Web service - an interface describing a number of operations - publish, find and bind - which are accessed over the network using a standardized XML message-passing mechanism. 2.1.8 XForms - a Web forms specification drawn up by the W3C that can be used on many platforms, including desktop computers, hand-held devices and information systems.

4 Introduction to XML technology

4.1 XML concepts and core technologies. These fall into three main parts: the basic XML concepts, the related XML concepts, and the XML application-layer concepts and technologies. That is: a) the basic XML concepts include XML, Namespace, XML Base, XML Information Set, Canonical XML and XML Inclusions; b) the related XML concepts include DTD, XML Schema, XLink, XPath, XPointer, DOM, SAX, XSLT, XQuery, CSS, XSL and XForms; c) the XML application-layer concepts and technologies include XHTML, WML, VoiceXML, ebXML, RDF and Web services. Figure 2 sets out the framework of the XML core technologies, grouping XML Namespace, XML Base, XML Information Set, Canonical XML and XML Inclusions; XML Schema, DTD, XPointer, XLink and XPath; SAX, DOM, XQuery and XSLT; and XSL, CSS, XSL-FO and XForms.

4.1.1 Basic XML concepts. XML is a markup language having data description capability, a high degree of structure and verifiability. XML allows the user to define tags and attributes and to develop applications according to the syntax of the tags and attributes defined; XML can describe data through tags, or use attributes to help describe data, and is suited to being a description language for objects or standards; XML can regulate the content and structure of an XML file by means of validation rules, and is suited to being the format for data interchange between government bodies, between government and enterprise, between government and the individual, and between government and commercial bodies.

SGML was the first standardized information structuring technology and became an ISO standard in 1986. HTML simplified SGML greatly and so became the present standard of the Internet. In February 1998 the W3C published the XML 1.0 specification, a simplified subset of SGML that inherits three important characteristics of SGML - extensibility, structure and validity - and has become a standard text format for expressing structured information.

The characteristics of XML: a) organizing data structures. XML is suited to organizing structured material, which includes electronic data tables, address books, configuration parameter tables, financial transactions and technical drawings. XML can design rules, guidelines or conventions for certain text formats, and those rules can help organize the material. XML lets a computer produce and read material very easily and ensures that the data structure is precise and free of ambiguity. XML avoids the shortcomings of general language design; it is extensible, platform-independent, a format supporting internationalization and localization, and fully compatible with the Unicode standard.

b) The form of XML resembles HTML. Like HTML, XML uses tags, text enclosed in angle brackets, and attributes, in the form name = value. HTML specifies the definition of tags and attributes and the form in which they are presented in the browser, whereas XML uses tags only to delimit a block of data, and the specific interpretation of that block is decided entirely by the application when it reads it. For example the p in an XML document does not necessarily mean a paragraph; depending on the context it may be price, parameter or person.

......
This preview omits tables, figures, formulas and parts of the technical clauses. The complete document — 101 pages — is available in the English PDF.

Similar standards

Editions of GB/Z 19669

EditionTitleRevisionStatus
GB/Z 19669-2005Guide for XML application in e-governmentcurrent editionCurrent

This page sells the current edition, GB/Z 19669-2005. Earlier editions are listed for reference only.

How to Buy GB/Z 19669-2005

  1. 1Add to cart. Click the "Buy GB/Z 19669-2005" button on this page. You can add more standards before checkout.
  2. 2Checkout. Enter your email and billing details. Payment is processed securely by Stripe (cards, Apple Pay, Google Pay supported).
  3. 3Instant delivery (0–9 sec). Delivery is automatic: within seconds of payment you'll receive an email with a secure download link. The link stays valid for 72 hours.
  4. 4Invoice included. A tax invoice is attached to the confirmation email. Need a custom invoice? Contact us.

Related Standards

English PDF
101 pages
Instant delivery (0–9 sec)
Invoice included
View Cart

Secure payment via Stripe

Payments accepted

VisaMastercardAmerican ExpressApple PayGoogle PayStripe

GB/Z 19669-2005

$1,130.00

$960.00for partners