
Received: from above.proper.com (localhost.vpnc.org [127.0.0.1]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j7M7QGgp002881; Mon, 22 Aug 2005 00:26:16 -0700 (PDT) (envelope-from owner-ietf-xml-mime@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.11/8.12.9/Submit) id j7M7QGHh002880; Mon, 22 Aug 2005 00:26:16 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-xml-mime@mail.imc.org using -f
Received: from homer.w3.org (homer.w3.org [128.30.52.30]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j7M7QF10002857 for <ietf-xml-mime@imc.org>; Mon, 22 Aug 2005 00:26:15 -0700 (PDT) (envelope-from hugo@w3.org)
Received: from localhost.localdomain (localhost [127.0.0.1]) by homer.w3.org (Postfix) with ESMTP id 9F9444EEB3 for <ietf-xml-mime@imc.org>; Mon, 22 Aug 2005 03:26:14 -0400 (EDT)
Received: by localhost.localdomain (Postfix, from userid 1000) id 3650D104B; Mon, 22 Aug 2005 09:26:14 +0200 (CEST)
Date: Wed, 17 Aug 2005 12:47:42 +0200
From: Hugo Haas <hugo@w3.org>
To: ietf-types@iana.org
Cc: ietf-xml-mime@imc.org, www-ws-desc@w3.org
Subject: Registration of media type application/wsdl+xml
Message-ID: <20050817104742.GD24041@w3.org>
Reply-To: ietf-types@iana.org, ietf-xml-mime@imc.org, public-ws-desc-comments@w3.org, Hugo Haas <hugo@w3.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hxkXGo8AKqTJ+9QI"
Content-Disposition: inline
Organization: World Wide Web Consortium (W3C) - http://www.w3.org/
User-Agent: Mutt/1.5.9i
Sender: owner-ietf-xml-mime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-xml-mime/mail-archive/>
List-ID: <ietf-xml-mime.imc.org>
List-Unsubscribe: <mailto:ietf-xml-mime-request@imc.org?body=unsubscribe>

--hxkXGo8AKqTJ+9QI
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Following the procedure outlined in How to Register an Internet Media
Type for a W3C Specification[1], I would like to request comments
about the definition of the application/wsdl+xml media type.

This new media type is defined in Web Services Description Language
(WSDL) Version 2.0 Part 1: Core Language, W3C Working Draft 3 August
2005, which is a Last Call Working Draft[2], for which comments are
invited until 19 September 2005 to the public-ws-desc-comments@w3.org
mailing list (Reply-To set appropriately).

The Web Services Description Language Version 2.0 (WSDL 2.0) is an XML
language for describing Web services.

Note that a previous Last Call Working Draft was published on 3 August
2005, for which feedback on the registration of application/wsdl+xml
was requested on 4 October 2004[3] and the comment received[4] has
been addressed in this new version.

The definition of the media type can be found in appendix A. The
application/wsdl+xml Media Type[5] of Web Services Description
Language (WSDL) Version 2.0 Part 1: Core Language.

A text copy of the section follows:

  A. The application/wsdl+xml Media Type

  This appendix defines the "application/wsdl+xml" media type which can
  be used to describe WSDL 2.0 documents serialized as XML.

  A.1 Registration

  MIME media type name:

      application

  MIME subtype name:

      wsdl+xml

  Required parameters:

      none

  Optional parameters:

      charset

	  This parameter has identical semantics to the charset
	  parameter of the "application/xml" media type as specified in
	  [RFC 3023].

  Encoding considerations:

      Identical to those of "application/xml" as described in [RFC 3023
      ], section 3.2, as applied to the WSDL document Infoset.

  Security considerations:

      See section A.3 Security considerations.

  Interoperability considerations:

      There are no known interoperability issues.

  Published specifications:

      This document and [WSDL 2.0 Adjuncts].

  Applications which use this media type:

      No known applications currently use this media type.

  Additional information:

      File extension:

	  wsdl

      Fragment identifiers:

	  Either a syntax identical to that of "application/xml" as
	  described in [RFC 3023], section 5 or the syntax defined in
	  A.2 Fragment Identifiers.

      Base URI:

	  As specified in [RFC 3023], section 6.

      Macintosh File Type code:

	  WSDL

  Person and email address to contact for further information:

      World Wide Web Consortium <web-human@w3.org>

  Intended usage:

      COMMON

  Author/Change controller:

      The WSDL 2.0 specification set is a work product of the World
      Wide Web Consortium's Web Service Description Working Group. The
      W3C has change control over these specifications.

  A.2 Fragment Identifiers

  This section defines a fragment identifier syntax for identifying
  components of a WSDL 2.0 document. This fragment identifier syntax is
  compliant with the [XPointer Framework].

  A WSDL 2.0 fragment identifier consists of zero or more xmlns pointer
  parts followed by a pointer part as defined below. The pointer parts
  have a scheme name that corresponds to one of the standard WSDL 2.0
  component types, and scheme data that is a path composed of names
  that identify the components. The scheme names all begin with the
  prefix "wsdl." to avoid name conflicts with other schemes. The names
  in the path are of type either QName, NCName, IRI, URI, or Pointer
  Part depending on the context.

  For QNames, any prefix MUST be defined by a preceding xmlns pointer
  part. If a QName does not have a prefix then its namespace name is
  the target namespace of the WSDL 2.0 document.

  The fragment identifier is typically constructed from the {name}
  property of the component and the {name} properties of its ancestors
  as a path according to Table A-1. The first column of this table
  gives the name of the WSDL 2.0 component. Columns labeled 1 through 4
  specify the identifiers that uniquely identify the component within
  its context. Identifiers are typically formed from the {name}
  property, although in several cases references to other components
  are used. These identifiers are then used to construct the pointer
  part in the last column.


	       Table A-1. Rules for determining pointer parts for WSDL 2.0 compone=
nts
  =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=AC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=AC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=AC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=AC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=AC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90
  =E2=94=82 Component =E2=94=82    1    =E2=94=82            2            =
=E2=94=82   3   =E2=94=82   4   =E2=94=82         Pointer Part         =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Description=E2=94=82n/a      =E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.description()            =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Element    =E2=94=82element  =E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.elementDeclaration(      =E2=
=94=82
  =E2=94=82Declaration=E2=94=82QName    =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82element)                      =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Element    =E2=94=82element  =E2=94=82system URI               =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.elementDeclaration(      =E2=
=94=82
  =E2=94=82Declaration=E2=94=82QName    =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82element,system)               =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Type       =E2=94=82type     =E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.typeDefinition(type)     =E2=
=94=82
  =E2=94=82Definition =E2=94=82QName    =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Type       =E2=94=82type     =E2=94=82system URI               =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.typeDefinition(type,     =E2=
=94=82
  =E2=94=82Definition =E2=94=82QName    =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82system)                       =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Interface  =E2=94=82interface=E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.interface(interface)     =E2=
=94=82
  =E2=94=82           =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Interface  =E2=94=82interface=E2=94=82fault NCName             =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.interfaceFault(interface/=E2=
=94=82
  =E2=94=82Fault      =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82fault)                        =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Interface  =E2=94=82interface=E2=94=82operation NCName         =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.interfaceOperation(      =E2=
=94=82
  =E2=94=82Operation  =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82interface/operation)          =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Interface  =E2=94=82interface=E2=94=82                         =
=E2=94=82message=E2=94=82       =E2=94=82wsdl.interfaceMessageReference=E2=
=94=82
  =E2=94=82Message    =E2=94=82NCName   =E2=94=82operation NCName         =
=E2=94=82NCName =E2=94=82n/a    =E2=94=82(interface/operation/message) =E2=
=94=82
  =E2=94=82Reference  =E2=94=82         =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Interface  =E2=94=82interface=E2=94=82                         =
=E2=94=82message=E2=94=82fault  =E2=94=82wsdl.interfaceFaultReference( =E2=
=94=82
  =E2=94=82Fault      =E2=94=82NCName   =E2=94=82operation NCName         =
=E2=94=82NCName =E2=94=82QName  =E2=94=82interface/operation/message/  =E2=
=94=82
  =E2=94=82Reference  =E2=94=82         =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82fault)                        =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Binding    =E2=94=82binding  =E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.binding(binding)         =E2=
=94=82
  =E2=94=82           =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Binding    =E2=94=82binding  =E2=94=82fault QName              =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.bindingFault(binding/    =E2=
=94=82
  =E2=94=82Fault      =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82fault)                        =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Binding    =E2=94=82binding  =E2=94=82operation QName          =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.bindingOperation(binding/=E2=
=94=82
  =E2=94=82Operation  =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82operation)                    =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Binding    =E2=94=82binding  =E2=94=82                         =
=E2=94=82message=E2=94=82       =E2=94=82wsdl.bindingMessageReference( =E2=
=94=82
  =E2=94=82Message    =E2=94=82NCName   =E2=94=82operation QName          =
=E2=94=82NCName =E2=94=82n/a    =E2=94=82binding/operation/message)    =E2=
=94=82
  =E2=94=82Reference  =E2=94=82         =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Binding    =E2=94=82binding  =E2=94=82                         =
=E2=94=82fault  =E2=94=82message=E2=94=82wsdl.bindingFaultReference(   =E2=
=94=82
  =E2=94=82Fault      =E2=94=82NCName   =E2=94=82operation QName          =
=E2=94=82QName  =E2=94=82NCName =E2=94=82binding/operation/fault/      =E2=
=94=82
  =E2=94=82Reference  =E2=94=82         =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82message)                      =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Service    =E2=94=82service  =E2=94=82n/a                      =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.service(service)         =E2=
=94=82
  =E2=94=82           =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Endpoint   =E2=94=82service  =E2=94=82endpoint NCName          =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.endpoint(service/endpoint=E2=
=94=82
  =E2=94=82           =E2=94=82NCName   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82)                             =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82           =E2=94=82parent   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=82Feature    =E2=94=82Pointer  =E2=94=82feature IRI              =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.feature(parent/feature)  =E2=
=94=82
  =E2=94=82           =E2=94=82Part     =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82           =E2=94=82parent   =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=82Property   =E2=94=82Pointer  =E2=94=82property IRI             =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.property(parent/property)=E2=
=94=82
  =E2=94=82           =E2=94=82Part     =E2=94=82                         =
=E2=94=82       =E2=94=82       =E2=94=82                              =E2=
=94=82
  =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=BC=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
  =E2=94=82Extensions =E2=94=82namespace=E2=94=82identifier               =
=E2=94=82n/a    =E2=94=82n/a    =E2=94=82wsdl.extension(namespace,     =E2=
=94=82
  =E2=94=82           =E2=94=82URI      =E2=94=82extension-specific-syntax=
=E2=94=82       =E2=94=82       =E2=94=82identifier)                   =E2=
=94=82
  =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=B4=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=B4=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=B4=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=B4=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=B4=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=98


  Note that the above rules are defined in terms of component
  properties rather than the XML Infoset representation of the
  component model. The following sections specify in detail how the
  pointer parts are constructed from the component model.

  A.2.1 The Description Component

  wsdl.description()

  A.2.2 The Element Declaration Component

  wsdl.elementDeclaration(element)

  wsdl.elementDeclaration(element,system)

   1. element is the {name} property of the Element Declaration
      component.

   2. system is the absolute URI of the extension type system used for
      the Element Declaration component. This parameter is absent if
      XML Schema is the type system.

  A.2.3 The Type Definition Component

  wsdl.typeDefinition(type)

  wsdl.typeDefinition(type,system)

   1. type is the {name} property of the Type Definition component.

   2. system is the absolute URI of the extension type system used for
      the Type Definition component. This parameter is absent if XML
      Schema is the type system.

  A.2.4 The Interface Component

  wsdl.interface(interface)

   1. interface is the local name of the {name} property of the
      Interface component.

  A.2.5 The Interface Fault Component

  wsdl.interfaceFault(interface/fault)

   1. interface is the local name of the {name} property of the parent
      Interface component.

   2. fault is the local name of the {name} property of the Interface
      Fault component.

  A.2.6 The Interface Operation Component

  wsdl.interfaceOperation(interface/operation)

   1. interface is the local name of the {name} property of the parent
      Interface component.

   2. operation is the local name of the {name} property of the
      Interface Operation component.

  A.2.7 The Interface Message Reference Component

  wsdl.interfaceMessageReference(interface/operation/message)

   1. interface is the local name of the {name} property of the
      grandparent Interface component.

   2. operation is the local name of the {name} property of the parent
      Interface Operation component.

   3. message is the {message label} property of the Interface Message
      Reference component.

  A.2.8 The Interface Fault Reference Component

  wsdl.interfaceFaultReference(interface/operation/message/fault)

   1. interface is the local name of the {name} property of the
      grandparent Interface component.

   2. operation is the local name of the {name} property of the parent
      Interface Operation component.

   3. message is the {message label} property of the Interface Fault
      Reference component.

   4. fault is the {name} property of the Interface Fault component
      referred to by the {interface fault} property of the Interface
      Fault Reference component.

  A.2.9 The Binding Component

  wsdl.binding(binding)

   1. binding is the local name of the {name} property of the Binding
      component.

  A.2.10 The Binding Fault Component

  wsdl.bindingFault(binding/fault)

   1. binding is the local name of the {name} property of the parent
      Binding component.

   2. fault is the {name} property of the Interface Fault component
      referred to by the {interface fault} property of the Binding
      Fault component.

  A.2.11 The Binding Operation Component

  wsdl.bindingOperation(binding/operation)

   1. binding is the local name of the {name} property of the parent
      Binding component.

   2. operation is the {name} property of the Interface Operation
      component referred to by the {interface operation} property of
      the Binding Operation component.

  A.2.12 The Binding Message Reference Component

  wsdl.bindingMessageReference(binding/operation/message)

   1. binding is the local name of the {name} property of the
      grandparent Binding component.

   2. operation is the {name} property of the Interface Operation
      component referred to by the {interface operation} property of
      the parent Binding Operation component.

   3. message is the {message label} property of the Interface Message
      Reference component referred to by the {interface message
      reference} property of the Binding Message Reference component.

  A.2.13 The Binding Fault Reference Component

  wsdl.bindingFaultReference(binding/operation/fault/message)

   1. binding is the local name of the {name} property of the
      grandparent Binding component.

   2. operation is the {name} property of the Interface Operation
      component referred to by the {interface operation} property of
      the parent Binding Operation component.

   3. fault is the {name} property of the Interface Fault component
      referred to by the {interface fault} property of the Interface
      Fault Reference component referred to by the {interface fault
      reference} property of the Binding Fault Reference component.

   4. message is the {message label} property of the Interface Fault
      Reference component referred to by the {interface fault reference
      } property of the Binding Fault Reference component.

  A.2.14 The Service Component

  wsdl.service(service)

   1. service is the local name of the {name} property of the Service
      component.

  A.2.15 The Endpoint Component

  wsdl.endpoint(service/endpoint)

   1. service is the local name of the {name} property of the parent
      Service component.

   2. endpoint is the {name} property of the Endpoint component.

  A.2.16 The Feature Component

  wsdl.feature(parent/feature)

   1. parent is the pointer part of the parent component.

   2. feature is the {ref} property of the Feature component.

  A.2.17 The Property Component

  wsdl.property(parent/property)

   1. parent is the pointer part of the parent component.

   2. property is the {ref} property of the Property component.

  A.2.18 Extension Components

  WSDL 2.0 is extensible and it is possible for an extension to define
  new components types. The XPointer Framework scheme for extension
  components is:

  wsdl.extension(namespace, identifier)

   1. namespace is the namespace URI that identifies the extension,
      e.g. for the WSDL 2.0 SOAP 1.2 Binding the namespace is http://
      www.w3.org/2005/08/wsdl/soap.

   2. identifier is defined by the extension using a syntax specific to
      the extension. The owner of the extension must define any
      components contributed by the extension and a syntax for
      identifying them.

  A.3 Security considerations

  This media type uses the "+xml" convention, it shares the same
  security considerations as described in [RFC 3023], section 10.

Regards,

Hugo

  1. http://www.w3.org/2002/06/registering-mediatype#Planned
  2. http://www.w3.org/2004/02/Process-20040205/tr.html#last-call
  3. http://eikenes.alvestrand.no/pipermail/ietf-types/2004-October/000438.=
html
  4. http://www.alvestrand.no/pipermail/ietf-types/2005-February/000595.html
  5. http://www.w3.org/TR/2005/WD-wsdl20-20050803/#ietf-draft
--=20
Hugo Haas - W3C
mailto:hugo@w3.org - http://www.w3.org/People/Hugo/

--hxkXGo8AKqTJ+9QI
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQCVAwUBQwMVzqN/9WeKWvkNAQK3OQP/TRUpa79Mks9Lbg39v+Bd03NDUNDi6gqC
FEgUlowfNApmfzaqJxcFNNeQakmz4v22k62JAfQ8s584FaNmm/6MpISWV0m+bB4t
4uSazgxY7qusaCKDtIOdCysJpDscyTAvtLVXW33rKjfRMvUEUsS2X8fJD+9uxHmx
IBJOt4/hDLA=
=Qcbw
-----END PGP SIGNATURE-----

--hxkXGo8AKqTJ+9QI--



Received: from above.proper.com (localhost.vpnc.org [127.0.0.1]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j7CMXPQC088904; Fri, 12 Aug 2005 15:33:25 -0700 (PDT) (envelope-from owner-ietf-xml-mime@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.11/8.12.9/Submit) id j7CMXPLo088903; Fri, 12 Aug 2005 15:33:25 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-xml-mime@mail.imc.org using -f
Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.133]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j7CMXOaO088860 for <ietf-xml-mime@imc.org>; Fri, 12 Aug 2005 15:33:24 -0700 (PDT) (envelope-from mccobb@us.ibm.com)
Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e35.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j7CMXEWY419178 for <ietf-xml-mime@imc.org>; Fri, 12 Aug 2005 18:33:18 -0400
Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j7CMXTc7268778 for <ietf-xml-mime@imc.org>; Fri, 12 Aug 2005 16:33:29 -0600
Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id j7CMXE0M005117 for <ietf-xml-mime@imc.org>; Fri, 12 Aug 2005 16:33:14 -0600
Received: from [9.17.195.144] (d03nm118.boulder.ibm.com [9.17.195.144]) by d03av04.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j7CMXDeb005111; Fri, 12 Aug 2005 16:33:13 -0600
MIME-Version: 1.0
Reply-To: 
To: ietf-types@iana.org
Cc: ietf-xml-mime@imc.org
Sensitivity: 
Subject: Request for comments regarding draft-mccobb-xv-media-type-00
X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003
Message-ID: <OFD22126B4.25173883-ON85256FCF.005885B7-8525705B.007BE382@us.ibm.com>
From: Gerald McCobb <mccobb@us.ibm.com>
Date: Fri, 12 Aug 2005 18:33:32 -0400
X-MIMETrack: Serialize by Router on D03NM118/03/M/IBM(Build V70_M6_06302005 Beta 4|June 30, 2005) at 08/12/2005 16:33:35, Serialize complete at 08/12/2005 16:33:35
Content-Type: multipart/alternative; boundary="=_alternative 007BE3818525705B_="
Sender: owner-ietf-xml-mime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-xml-mime/mail-archive/>
List-ID: <ietf-xml-mime.imc.org>
List-Unsubscribe: <mailto:ietf-xml-mime-request@imc.org?body=unsubscribe>

This is a multipart message in MIME format.
--=_alternative 007BE3818525705B_=
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

This is a request for comments regarding the internet draft=20
draft-mccobb-xv-media-type-00 for media type "application/xv+xml".
This media type is for XHTML+Voice documents.  The XHTML+Voice=20
specification
is located at http://www.voicexml.org/specs/multimodal/x+v/12/ .






Network Working Group                                          G. McCobb
Internet-Draft                                           IBM Corporation
Expires: January 27, 2006                                  July 26, 2005


                    XHTML+Voice - application/xv+xml
                     draft-mccobb-xv-media-type-00

Status of this Memo

   By submitting this Internet-Draft, each author represents that any
   applicable patent or other IPR claims of which he or she is aware
   have been or will be disclosed, and any of which he or she becomes
   aware will be disclosed, in accordance with Section 6 of BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF), its areas, and its working groups.  Note that
   other groups may also distribute working documents as Internet-
   Drafts.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   The list of current Internet-Drafts can be accessed at
   http://www.ietf.org/ietf/1id-abstracts.txt.

   The list of Internet-Draft Shadow Directories can be accessed at
   http://www.ietf.org/shadow.html.

   This Internet-Draft will expire on January 27, 2006.

Copyright Notice

   Copyright (C) The Internet Society (2005).

Abstract

   This document describes the registration of the MIME sub-type
   application/xv+xml.  This sub-type is intended for use as a media
   descriptor for XHTML+Voice multimodal language documents.  The XHTML+
   Voice 1.2 language specification is maintained by the VoiceXML Forum
   at <http://www.voicexml.org/specs/multimodal/x+v/12/>.







McCobb                  Expires January 27, 2006                [Page 1]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


1.  Conventions used in this document

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
   document are to be interpreted as described in BCP 14, RFC 2119 [1].

2.  Introduction

   XHTML+Voice is a member of the XHTML family of document types, as
   specified by XHTML Modularization [6].  XHTML+Voice extends XHTML 1.1
   [7] with a modularized subset of VoiceXML 2.0 [11], XML Events [9],
   and a few extensions to both XHTML and VoiceXML 2.0.  XHTML 1.1,
   VoiceXML 2.0 and XML Events are W3C Recommendations.

   The language integration defined by XHTML+Voice supports all modules
   defined by XHTML Modularization, and adds voice interaction to XHTML
   elements to enable multimodal applications.  The defined document
   type for XHTML+Voice is XHTML Host language document type conformant.

   XHTML+Voice 1.2 [10] is maintained by the VoiceXML Forum, at URI
   location <http://www.voicexml.org/specs/multimodal/x+v/12/>.

2.1  application/xv+xml Usage

   The application/xv+xml media type is intended to be a media
   descriptor for XHTML+Voice multimodal documents.  It is used to
   inform applications that additional markup for running a voice
   browser component and activating handlers for DOM Level 2 events via
   XML Events [9] can be processed.

   This media type registration is not intended for e-mail usage.

3.  IANA Registration

      To: ietf-types@iana.org
      Subject: Registration of MIME media type
               application/xv+xml

      MIME media type name: application

      MIME subtype name: xv+xml

      Required parameters: none

      Optional parameters:

      charset: has the same semantics as the charset parameter of the
      "application/xml" media type specified in [3].




McCobb                  Expires January 27, 2006                [Page 2]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


   Encoding considerations:

      XHTML+Voice has the same media type encoding considerations
      specified in section 3.2 of [3].

   Security considerations:

      XHTML+Voice is an extension of XHTML and has the same security
      issues as XHTML.  These include interpreting anchors and forms in
      XHTML documents, and scripting languages and other dynamic
      interactive capabilities.  See section 7 of [4].

      In addition, the scripting language can be accessed by both the
      XHTML and the VoiceXML 2.0 markup embedded in the XHTML+Voice
      document.  See section 1.3.1.5 of [10].

      XML-Events [9] allows an author to attach a handler to any node in
      the document.  The handler that is activated in response to a
      specified event may be either a voice dialog or a script that can
      be either in the same or an external document.

   Interoperability considerations:

      Because XHTML+Voice is built upon W3C standard recommendations, it
      is designed to be interoperable across a wide range of platforms
      and client devices.  Because the extensions to XHTML are
      identified by their namespaces, all browsers that have namespace
      support can run an XHTML+Voice document as an XHTML document
      without voice interaction.

   Published specification:

      The latest published version of XHTML+Voice is [10].

   Applications which use this media type:

      XHTML+Voice documents are intended to be deployed on the World
      Wide Web and rendered by multimodal browsers that support the
      visual and voice modes of interaction.  Because XHTML+Voice is an
      application of XML, authors can expect XHTML+Voice user agents to
      be conformant XML 1.0 [5] processors.  See section 2 of [4].

   Additional information:

      Magic number(s):  There is no single string that is always
      present.

      File extension(s):  mxml, xhvml, xvml, xvm

      Macintosh File Type Code(s):  TEXT


McCobb                  Expires January 27, 2006                [Page 3]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


   Person & e-mail address to contact for further information:

      Gerald McCobb
      mccobb@us.ibm.com

   Intended usage:  LIMITED USE

   Author/Change controller:  Gerald McCobb

   Further information:





4.  Fragment Identifiers

   See section 3 of [4].  Following [4], fragment identifiers for XHTML+
   Voice documents designate the element with the corresponding ID
   attribute value (see [5] section 3.3.1).

   While XHTML+Voice adds new ID attributes with fragment identifier
   namespaces that are not in the same namespace as XHTML, uniqueness of
   the ID attribute values is preserved within the document.  See
   sections 1.3.1 and 5.3 of [10].

5.  Recognizing XHTML+Voice files

   Because XHTML+Voice is XML, an XHTML+Voice document [optionally]
   starts with an XML declaration which begins with "<?xml" and has a
   DOCTYPE declaration "<!DOCTYPE html".  XHTML+Voice 1.2 has the
   following DOCTYPE declaration:

   <!DOCTYPE html PUBLIC "-//VoiceXML Forum//DTD XHTML+Voice 1.2//EN"
 "http://www.voicexml.org/specs/multimodal/x+v/12/dtd/xhtml+voice12.dtd">

   Because XHTML+Voice is in the XHTML family of languages, the root
   element of an XHTML+Voice document is 'html' and '<html' can be found
   near the top of the document.

6.  Security Considerations

   Security considerations for this media type are discussed in the MIME
   type registration that appears in section 3.








McCobb                  Expires January 27, 2006                [Page 4]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


7.  IANA Considerations

   As described in Section 3, this document specifies the registration
   of a MIME type for XHTML+Voice documents according to [3].

8.  Normative References

   [1]   Bradner, S., "Key words for use in RFCs to Indicate Requirement
         Levels, BCP 14", RFC 2119, March 1997.

   [2]   Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
         Resource Identifiers (URI): Generic Syntax", RFC 2396,
         August 1998.

   [3]   Murata, M., St. Laurent, S., and D. Kohn, "XML Media Types",
         RFC 3023, January 2001.

   [4]   Baker, M. and P. Stark, "The 'application/xhtml+xml' Media
         Type", RFC 3236, January 2002.

   [5]   Bray, T. and others, "Extensible Markup Language (XML) 1.0, W3C
         Recommendation, http://www.w3.org/TR/REC-xml", February 2004.

   [6]   Dooley, S. and others, "Modularization of XHTML, W3C
         Recommendation, http://www.w3.org/TR/xhtml-modularization",
         April 2001.

   [7]   Altheim, M. and S. McCarron, "XHTML 1.1 - Module-based XHTML,
         W3C Recommendation, http://www.w3.org/TR/xhtml11/", May 2001.

   [8]   Pixley, T., "Document Object Model Level 2 Events
         Specification, W3C Recommendation,
         http://www.w3.org/TR/DOM-Level-2-Events/", November 2000.

   [9]   Pemberton, S., Raman, T., and S. McCarron, "XML Events - An
         events syntax for XML, W3C Recommendation,
         http://www.w3.org/TR/xml-events/", January 2002.

   [10]  Axelsson, J. and others, "XHTML+Voice Profile 1.2,
         http://www.voicexml.org/specs/multimodal/x+v/12/", March 2004.

   [11]  McGlashan, S. and others, "Voice Extensible Markup Language
         (VoiceXML), W3C Recommendation,
         http://www.w3.org/TR/voicexml20/", March 2004.








McCobb                  Expires January 27, 2006                [Page 5]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


Author's Address

   Gerald McCobb
   International Business Machines Corporation
   8051 Congress Ave.
   Boca Raton, FL  33487
   USA

   Phone: +1 561 862 2109
   Email: mccobb@us.ibm.com


Intellectual Property Statement

   The IETF takes no position regarding the validity or scope of any
   Intellectual Property Rights or other rights that might be claimed to
   pertain to the implementation or use of the technology described in
   this document or the extent to which any license under such rights
   might or might not be available; nor does it represent that it has
   made any independent effort to identify any such rights.  Information
   on the procedures with respect to rights in RFC documents can be
   found in BCP 78 and BCP 79.

   Copies of IPR disclosures made to the IETF Secretariat and any
   assurances of licenses to be made available, or the result of an
   attempt made to obtain a general license or permission for the use of
   such proprietary rights by implementers or users of this
   specification can be obtained from the IETF on-line IPR repository at
   http://www.ietf.org/ipr.

   The IETF invites any interested party to bring to its attention any
   copyrights, patents or patent applications, or other proprietary
   rights that may cover technology that may be required to implement
   this standard.  Please address the information to the IETF at
   ietf-ipr@ietf.org.


Disclaimer of Validity

   This document and the information contained herein are provided on an
   "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
   OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
   ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
   INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
   INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
   WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.






McCobb                  Expires January 27, 2006                [Page 6]
=0C
Internet-Draft      XHTML+Voice - application/xv+xml           July 2005


Copyright Statement

   Copyright (C) The Internet Society (2005).  This document is subject
   to the rights, licenses and restrictions contained in BCP 78, and
   except as set forth therein, the authors retain all their rights.


Acknowledgment

   Funding for the RFC Editor function is currently provided by the
   Internet Society.




McCobb                  Expires January 27, 2006                [Page 7]

Regards,
Gerald McCobb
IBM
8051 Congress Avenue
Boca Raton, FL 33487
Tel. # 561-862-2109 T/L 975-2109

--=_alternative 007BE3818525705B_=
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable


<br><font size=3D2 face=3D"Courier New">This is a request for comments rega=
rding
the internet draft </font>
<br><font size=3D2 face=3D"Courier New">draft-mccobb-xv-media-type-00 for m=
edia
type &quot;application/xv+xml&quot;.</font>
<br><font size=3D2 face=3D"Courier New">This media type is for XHTML+Voice
documents. &nbsp;The XHTML+Voice specification</font>
<br><font size=3D2 face=3D"Courier New">is located at http://www.voicexml.o=
rg/specs/multimodal/x+v/12/
.</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Network Working Group &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;G. McCobb</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IBM Corporation</font>
<br><font size=3D2 face=3D"Courier New">Expires: January 27, 2006 &nbsp; &n=
bsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;July 26, 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; XHTML+Voice - application/xv+xml</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;draft-mccobb-xv-media-type-00</fon=
t>
<br>
<br><font size=3D2 face=3D"Courier New">Status of this Memo</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;By submitting this Int=
ernet-Draft,
each author represents that any</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;applicable patent or o=
ther
IPR claims of which he or she is aware</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;have been or will be d=
isclosed,
and any of which he or she becomes</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;aware will be disclose=
d,
in accordance with Section 6 of BCP 79.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Internet-Drafts are wo=
rking
documents of the Internet Engineering</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Task Force (IETF), its
areas, and its working groups. &nbsp;Note that</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;other groups may also
distribute working documents as Internet-</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Drafts.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Internet-Drafts are dr=
aft
documents valid for a maximum of six months</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;and may be updated, re=
placed,
or obsoleted by other documents at any</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;time. &nbsp;It is inap=
propriate
to use Internet-Drafts as reference</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;material or to cite th=
em
other than as &quot;work in progress.&quot;</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The list of current In=
ternet-Drafts
can be accessed at</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;http://www.ietf.org/ie=
tf/1id-abstracts.txt.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The list of Internet-D=
raft
Shadow Directories can be accessed at</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;http://www.ietf.org/sh=
adow.html.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;This Internet-Draft wi=
ll
expire on January 27, 2006.</font>
<br>
<br><font size=3D2 face=3D"Courier New">Copyright Notice</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Copyright (C) The Inte=
rnet
Society (2005).</font>
<br>
<br><font size=3D2 face=3D"Courier New">Abstract</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;This document describes
the registration of the MIME sub-type</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;application/xv+xml. &n=
bsp;This
sub-type is intended for use as a media</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;descriptor for XHTML+V=
oice
multimodal language documents. &nbsp;The XHTML+</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Voice 1.2 language spe=
cification
is maintained by the VoiceXML Forum</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;at &lt;http://www.voic=
exml.org/specs/multimodal/x+v/12/&gt;.</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 1]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">1. &nbsp;Conventions used in this d=
ocument</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The key words &quot;MU=
ST&quot;,
&quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;, &quot;SHALL
NOT&quot;,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;&quot;SHOULD&quot;, &q=
uot;SHOULD
NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;, and &quot;OPTIONAL&quo=
t;
in this</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;document are to be int=
erpreted
as described in BCP 14, RFC 2119 [1].</font>
<br>
<br><font size=3D2 face=3D"Courier New">2. &nbsp;Introduction</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;XHTML+Voice is a member
of the XHTML family of document types, as</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;specified by XHTML Mod=
ularization
[6]. &nbsp;XHTML+Voice extends XHTML 1.1</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[7] with a modularized
subset of VoiceXML 2.0 [11], XML Events [9],</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;and a few extensions to
both XHTML and VoiceXML 2.0. &nbsp;XHTML 1.1,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;VoiceXML 2.0 and XML E=
vents
are W3C Recommendations.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The language integrati=
on
defined by XHTML+Voice supports all modules</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;defined by XHTML Modul=
arization,
and adds voice interaction to XHTML</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;elements to enable mul=
timodal
applications. &nbsp;The defined document</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;type for XHTML+Voice is
XHTML Host language document type conformant.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;XHTML+Voice 1.2 [10] is
maintained by the VoiceXML Forum, at URI</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;location &lt;http://ww=
w.voicexml.org/specs/multimodal/x+v/12/&gt;.</font>
<br>
<br><font size=3D2 face=3D"Courier New">2.1 &nbsp;application/xv+xml Usage<=
/font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The application/xv+xml
media type is intended to be a media</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;descriptor for XHTML+V=
oice
multimodal documents. &nbsp;It is used to</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;inform applications th=
at
additional markup for running a voice</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;browser component and
activating handlers for DOM Level 2 events via</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;XML Events [9] can be
processed.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;This media type regist=
ration
is not intended for e-mail usage.</font>
<br>
<br><font size=3D2 face=3D"Courier New">3. &nbsp;IANA Registration</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; To: ietf-types=
@iana.org</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Subject: Regis=
tration
of MIME media type</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;application/xv+xml</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; MIME media type
name: application</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; MIME subtype n=
ame:
xv+xml</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Required param=
eters:
none</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Optional param=
eters:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; charset: has t=
he
same semantics as the charset parameter of the</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &quot;applicat=
ion/xml&quot;
media type specified in [3].</font>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 2]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Encoding consideration=
s:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XHTML+Voice has
the same media type encoding considerations</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; specified in s=
ection
3.2 of [3].</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Security consideration=
s:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XHTML+Voice is
an extension of XHTML and has the same security</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; issues as XHTM=
L.
&nbsp;These include interpreting anchors and forms in</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XHTML document=
s,
and scripting languages and other dynamic</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; interactive ca=
pabilities.
&nbsp;See section 7 of [4].</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; In addition, t=
he
scripting language can be accessed by both the</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XHTML and the
VoiceXML 2.0 markup embedded in the XHTML+Voice</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; document. &nbs=
p;See
section 1.3.1.5 of [10].</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XML-Events [9]
allows an author to attach a handler to any node in</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; the document.
&nbsp;The handler that is activated in response to a</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; specified event
may be either a voice dialog or a script that can</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; be either in t=
he
same or an external document.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Interoperability consi=
derations:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Because XHTML+=
Voice
is built upon W3C standard recommendations, it</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; is designed to
be interoperable across a wide range of platforms</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; and client dev=
ices.
&nbsp;Because the extensions to XHTML are</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; identified by
their namespaces, all browsers that have namespace</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; support can run
an XHTML+Voice document as an XHTML document</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; without voice
interaction.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Published specificatio=
n:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; The latest pub=
lished
version of XHTML+Voice is [10].</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Applications which use
this media type:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; XHTML+Voice do=
cuments
are intended to be deployed on the World</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Wide Web and r=
endered
by multimodal browsers that support the</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; visual and voi=
ce
modes of interaction. &nbsp;Because XHTML+Voice is an</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; application of
XML, authors can expect XHTML+Voice user agents to</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; be conformant
XML 1.0 [5] processors. &nbsp;See section 2 of [4].</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Additional information=
:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Magic number(s=
):
&nbsp;There is no single string that is always</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; present.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; File extension=
(s):
&nbsp;mxml, xhvml, xvml, xvm</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Macintosh File
Type Code(s): &nbsp;TEXT</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 3]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Person &amp; e-mail ad=
dress
to contact for further information:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; Gerald McCobb<=
/font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; mccobb@us.ibm.=
com</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Intended usage: &nbsp;=
LIMITED
USE</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Author/Change controll=
er:
&nbsp;Gerald McCobb</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Further information:</=
font>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">4. &nbsp;Fragment Identifiers</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;See section 3 of [4].
&nbsp;Following [4], fragment identifiers for XHTML+</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Voice documents design=
ate
the element with the corresponding ID</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;attribute value (see [=
5]
section 3.3.1).</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;While XHTML+Voice adds
new ID attributes with fragment identifier</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;namespaces that are not
in the same namespace as XHTML, uniqueness of</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;the ID attribute values
is preserved within the document. &nbsp;See</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;sections 1.3.1 and 5.3
of [10].</font>
<br>
<br><font size=3D2 face=3D"Courier New">5. &nbsp;Recognizing XHTML+Voice fi=
les</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Because XHTML+Voice is
XML, an XHTML+Voice document [optionally]</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;starts with an XML dec=
laration
which begins with &quot;&lt;?xml&quot; and has a</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;DOCTYPE declaration &q=
uot;&lt;!DOCTYPE
html&quot;. &nbsp;XHTML+Voice 1.2 has the</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;following DOCTYPE decl=
aration:</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;&lt;!DOCTYPE html PUBL=
IC
&quot;-//VoiceXML Forum//DTD XHTML+Voice 1.2//EN&quot;</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;&quot;http://www.voice=
xml.org/specs/multimodal/x+v/12/dtd/xhtml+voice12.dtd&quot;&gt;</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Because XHTML+Voice is
in the XHTML family of languages, the root</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;element of an XHTML+Vo=
ice
document is 'html' and '&lt;html' can be found</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;near the top of the do=
cument.</font>
<br>
<br><font size=3D2 face=3D"Courier New">6. &nbsp;Security Considerations</f=
ont>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Security considerations
for this media type are discussed in the MIME</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;type registration that
appears in section 3.</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 4]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">7. &nbsp;IANA Considerations</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;As described in Section
3, this document specifies the registration</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;of a MIME type for XHT=
ML+Voice
documents according to [3].</font>
<br>
<br><font size=3D2 face=3D"Courier New">8. &nbsp;Normative References</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[1] &nbsp; Bradner, S.,
&quot;Key words for use in RFCs to Indicate Requirement</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;L=
evels,
BCP 14&quot;, RFC 2119, March 1997.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[2] &nbsp; Berners-Lee,
T., Fielding, R., and L. Masinter, &quot;Uniform</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;R=
esource
Identifiers (URI): Generic Syntax&quot;, RFC 2396,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A=
ugust
1998.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[3] &nbsp; Murata, M.,
St. Laurent, S., and D. Kohn, &quot;XML Media Types&quot;,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;R=
FC
3023, January 2001.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[4] &nbsp; Baker, M. a=
nd
P. Stark, &quot;The 'application/xhtml+xml' Media</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;T=
ype&quot;,
RFC 3236, January 2002.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[5] &nbsp; Bray, T. and
others, &quot;Extensible Markup Language (XML) 1.0, W3C</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;R=
ecommendation,
http://www.w3.org/TR/REC-xml&quot;, February 2004.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[6] &nbsp; Dooley, S.
and others, &quot;Modularization of XHTML, W3C</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;R=
ecommendation,
http://www.w3.org/TR/xhtml-modularization&quot;,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;A=
pril
2001.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[7] &nbsp; Altheim, M.
and S. McCarron, &quot;XHTML 1.1 - Module-based XHTML,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;W=
3C
Recommendation, http://www.w3.org/TR/xhtml11/&quot;, May 2001.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[8] &nbsp; Pixley, T.,
&quot;Document Object Model Level 2 Events</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;S=
pecification,
W3C Recommendation,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;h=
ttp://www.w3.org/TR/DOM-Level-2-Events/&quot;,
November 2000.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[9] &nbsp; Pemberton,
S., Raman, T., and S. McCarron, &quot;XML Events - An</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;e=
vents
syntax for XML, W3C Recommendation,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;h=
ttp://www.w3.org/TR/xml-events/&quot;,
January 2002.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[10] &nbsp;Axelsson, J.
and others, &quot;XHTML+Voice Profile 1.2,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;h=
ttp://www.voicexml.org/specs/multimodal/x+v/12/&quot;,
March 2004.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;[11] &nbsp;McGlashan,
S. and others, &quot;Voice Extensible Markup Language</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(=
VoiceXML),
W3C Recommendation,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;h=
ttp://www.w3.org/TR/voicexml20/&quot;,
March 2004.</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 5]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Author's Address</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Gerald McCobb</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;International Business
Machines Corporation</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;8051 Congress Ave.</fo=
nt>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Boca Raton, FL &nbsp;3=
3487</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;USA</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Phone: +1 561 862 2109=
</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Email: mccobb@us.ibm.c=
om</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Intellectual Property Statement</fo=
nt>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The IETF takes no posi=
tion
regarding the validity or scope of any</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Intellectual Property
Rights or other rights that might be claimed to</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;pertain to the impleme=
ntation
or use of the technology described in</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;this document or the e=
xtent
to which any license under such rights</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;might or might not be
available; nor does it represent that it has</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;made any independent e=
ffort
to identify any such rights. &nbsp;Information</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;on the procedures with
respect to rights in RFC documents can be</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;found in BCP 78 and BCP
79.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Copies of IPR disclosu=
res
made to the IETF Secretariat and any</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;assurances of licenses
to be made available, or the result of an</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;attempt made to obtain
a general license or permission for the use of</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;such proprietary rights
by implementers or users of this</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;specification can be o=
btained
from the IETF on-line IPR repository at</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;http://www.ietf.org/ip=
r.</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;The IETF invites any i=
nterested
party to bring to its attention any</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;copyrights, patents or
patent applications, or other proprietary</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;rights that may cover
technology that may be required to implement</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;this standard. &nbsp;P=
lease
address the information to the IETF at</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;ietf-ipr@ietf.org.</fo=
nt>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Disclaimer of Validity</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;This document and the
information contained herein are provided on an</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;&quot;AS IS&quot; basis
and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;OR IS SPONSORED BY (IF
ANY), THE INTERNET SOCIETY AND THE INTERNET</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;ENGINEERING TASK FORCE
DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;INCLUDING BUT NOT LIMI=
TED
TO ANY WARRANTY THAT THE USE OF THE</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;INFORMATION HEREIN WILL
NOT INFRINGE ANY RIGHTS OR ANY IMPLIED</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;WARRANTIES OF MERCHANT=
ABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.</font>
<br>
<br>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 6]</font>
<br><font size=3D2 face=3D"Courier New">=0C</font>
<br><font size=3D2 face=3D"Courier New">Internet-Draft &nbsp; &nbsp; &nbsp;=
XHTML+Voice
- application/xv+xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; July 2005</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Copyright Statement</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Copyright (C) The Inte=
rnet
Society (2005). &nbsp;This document is subject</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;to the rights, licenses
and restrictions contained in BCP 78, and</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;except as set forth th=
erein,
the authors retain all their rights.</font>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">Acknowledgment</font>
<br>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Funding for the RFC Ed=
itor
function is currently provided by the</font>
<br><font size=3D2 face=3D"Courier New">&nbsp; &nbsp;Internet Society.</fon=
t>
<br>
<br>
<br>
<br>
<br><font size=3D2 face=3D"Courier New">McCobb &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Expires January 27, 2006 &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[Page 7]</font>
<br><font size=3D2 face=3D"sans-serif"><br>
Regards,<br>
Gerald McCobb<br>
IBM<br>
8051 Congress Avenue<br>
Boca Raton, FL 33487<br>
Tel. # 561-862-2109 T/L 975-2109<br>
</font>
--=_alternative 007BE3818525705B_=--



Received: from above.proper.com (localhost.vpnc.org [127.0.0.1]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j73BHxx2087488; Wed, 3 Aug 2005 04:17:59 -0700 (PDT) (envelope-from owner-ietf-xml-mime@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.11/8.12.9/Submit) id j73BHxWx087487; Wed, 3 Aug 2005 04:17:59 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-xml-mime@mail.imc.org using -f
Received: from sam.opera.com (sam.opera.com [193.69.113.81]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j73BHvQc087470 for <ietf-xml-mime@imc.org>; Wed, 3 Aug 2005 04:17:58 -0700 (PDT) (envelope-from jax@opera.com)
Received: from jax-xp.oslo.opera.com (dsl-104-102.oeke.tiscali.no [213.234.104.102]) (authenticated bits=0) by sam.opera.com (8.12.3/8.12.3/Debian-7.1) with ESMTP id j73BHWWe001755 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Wed, 3 Aug 2005 11:17:33 GMT
Date: Wed, 03 Aug 2005 13:14:49 +0200
From: "Jonny Axelsson" <jax@opera.com>
To: "Bjoern Hoehrmann" <derhoermi@gmx.net>, "Gerald McCobb" <mccobb@us.ibm.com>
Subject: Re: Registration of media type application/xhtml-voice+xml
Cc: ietf-types@iana.org, ietf-xml-mime@imc.org
References: <42eeadbd.276864609@smtp.bjoern.hoehrmann.de> <OF13312DD5.085D363E-ON8525703F.00489C50-8525703F.004C4B7D@us.ibm.com> <43162971.447947234@smtp.bjoern.hoehrmann.de>
Organization: Opera Software ASA
Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-ID: <op.suxiuzs5oh2a7v@jax-xp.oslo.opera.com>
In-Reply-To: <43162971.447947234@smtp.bjoern.hoehrmann.de>
User-Agent: Opera M2/8.01 (Win32, build 7642)
X-Scanned-By: MIMEDefang 2.39
Sender: owner-ietf-xml-mime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-xml-mime/mail-archive/>
List-ID: <ietf-xml-mime.imc.org>
List-Unsubscribe: <mailto:ietf-xml-mime-request@imc.org?body=unsubscribe>

On Tue, 02 Aug 2005 10:14:02 +0200, Bjoern Hoehrmann <derhoermi@gmx.net>  
wrote:

> Well, application/xhtml+xml has a profile parameter to indicate
> specific profiles such as XHTML+Voice; why is a new XHTML+Voice
> media type preferable here?

This is only semi-related to this question, but profile parameters are  
unreliable. OMA did something similar with a Mobile Profile of XHTML (an  
almost pure subset of XHTML), using the XHTML content type. As a  
consequence we tested parameters and found them somewhat unreliable. I  
don't remember the details but clients didn't always lop the parameters  
off, servers didn't always serve them.

I guess this just goes to show that if a feature is unused long enough  
interoperability suffers (that it is unused may also indicate that this  
wasn't such a good idea but that is another debate).


-- 
Jonny Axelsson, Core Technology, Opera Software ASA



Received: from above.proper.com (localhost.vpnc.org [127.0.0.1]) by above.proper.com (8.12.11/8.12.9) with ESMTP id j728EFqJ028460; Tue, 2 Aug 2005 01:14:15 -0700 (PDT) (envelope-from owner-ietf-xml-mime@mail.imc.org)
Received: (from majordom@localhost) by above.proper.com (8.12.11/8.12.9/Submit) id j728EFVS028459; Tue, 2 Aug 2005 01:14:15 -0700 (PDT)
X-Authentication-Warning: above.proper.com: majordom set sender to owner-ietf-xml-mime@mail.imc.org using -f
Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by above.proper.com (8.12.11/8.12.9) with SMTP id j728EDu6028409 for <ietf-xml-mime@imc.org>; Tue, 2 Aug 2005 01:14:14 -0700 (PDT) (envelope-from derhoermi@gmx.net)
Received: (qmail invoked by alias); 02 Aug 2005 08:14:07 -0000
Received: from dsl-084-056-236-117.arcor-ip.net (EHLO localhost) [84.56.236.117] by mail.gmx.net (mp025) with SMTP; 02 Aug 2005 10:14:07 +0200
X-Authenticated: #723575
From: Bjoern Hoehrmann <derhoermi@gmx.net>
To: Gerald McCobb <mccobb@us.ibm.com>
Cc: ietf-types@iana.org, ietf-xml-mime@imc.org
Subject: Re: Registration of media type application/xhtml-voice+xml
Date: Tue, 02 Aug 2005 10:14:02 +0200
Message-ID: <43162971.447947234@smtp.bjoern.hoehrmann.de>
References: <42eeadbd.276864609@smtp.bjoern.hoehrmann.de> <OF13312DD5.085D363E-ON8525703F.00489C50-8525703F.004C4B7D@us.ibm.com>
In-Reply-To: <OF13312DD5.085D363E-ON8525703F.00489C50-8525703F.004C4B7D@us.ibm.com>
X-Mailer: Forte Agent 1.92/32.572
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Y-GMX-Trusted: 0
Sender: owner-ietf-xml-mime@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-xml-mime/mail-archive/>
List-ID: <ietf-xml-mime.imc.org>
List-Unsubscribe: <mailto:ietf-xml-mime-request@imc.org?body=unsubscribe>

* Gerald McCobb wrote:
>XHTML+Voice adds the voice mode of interaction to web applications.  This
>additional mode of interaction is not that important for desktop clients.
>Voice Interaction is useful for clients with limited processing, memory,
>and network resources, such as cell phones and wireless PDAs.  For clients
>that don't accept XHTML+Voice markup it matters whether it has to receive
>and ignore additional markup.  For these clients it is important that
>applications send markup dedicated to what they support.

Well, application/xhtml+xml has a profile parameter to indicate
specific profiles such as XHTML+Voice; why is a new XHTML+Voice
media type preferable here?
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


