- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 29 Mar 2007 17:22:45 +0000
- To: www-ws-desc@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4428
Summary: Ambiguous "element"
Product: WSDL
Version: 2.0
Platform: All
URL: http://lists.w3.org/Archives/Member/w3c-ws-
desc/2007Mar/0009
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: plh@w3.org
ReportedBy: jonathan@wso2.com
QAContact: www-ws-desc@w3.org
[[
2.2.1 The Interface Component
An interface can optionally extend one or more other interfaces. To avoid
circular definitions, an interface MUST NOT appear as an element of the set of
interfaces it extends, either directly or indirectly. The set of operations
available in an interface includes all the operations defined by the interfaces
it extends directly or indirectly, together with any operations it directly
defines. The operations directly defined on an interface are referred to as the
declared operations of the
]]
"element" in the second sentence is ambiguous wrt XML element.
Proposed resolution: "appear as an element of the set" => "appear in the set".
Received on Thursday, 29 March 2007 17:22:50 UTC