[Bug 13016] schema at http://www.w3.org/2011/03/ws-mex/MetadataExchange.xsd is incorrect

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13016

--- Comment #2 from Gilbert Pilz <gilbert.pilz@oracle.com> 2011-06-22 01:12:48 UTC ---
The schema that I downloaded from
http://www.w3.org/2011/03/ws-mex/MetadataExchange.xsd does *not* have a
@Content attribute defined for the GetMetadata element. It runs from lines
29-37 and looks like this:

  <xs:element name="GetMetadata">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="tns:Dialect" minOccurs="0" maxOccurs="unbounded"/>
        <xs:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:complexType>
  </xs:element>

Notice the lack of <xs:attribute name='Content' . . .

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Received on Wednesday, 22 June 2011 01:12:54 UTC