OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-rx message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: PR Issue 25: wsrm-1.1-schema-200608.xsd is invalid


Issue 25.

 

From: Eric Rajkovic [mailto:eric.rajkovic@oracle.com]
Sent: Tuesday, October 24, 2006 6:42 PM
To: ws-rx@lists.oasis-open.org
Subject: [ws-rx] New PR Issue: wsrm-1.1-schema-200608.xsd is invalid

 

Inside wsrm-1.1-schema-200608.xsd, the following constructs are invalid, according to my XML schema processor.

 

  <xs:element name="UsesSequenceSTR">

    <xs:sequence/>

    <xs:anyAttribute namespace="##other" processContents="lax"/>

  </xs:element>

  <xs:element name="UsesSequenceSSL">

    <xs:sequence/>

    <xs:anyAttribute namespace="##other" processContents="lax"/>

  </xs:element>

 

xs:sequence and xs:anyAttribute cannot be children of xs:element.

 

The child element of xs:element in this case needs to be xs:complexType (since it is an anonymous type which allows attributes).

 

All the best,

Eric



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]