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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrm-comment message

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


Subject: Public Comment


Comment from: john.ward@oracle.com

Name: John Ward
Title: Senior Principal Software Engineer
Organization: Oracle
Regarding Specification:

I've noticed an error in the following schema

http://docs.oasis-open.org/wsrm/2004/06/ws-reliability-1.1.xsd

The following section of the schema is invalid

	<xsd:complexType name="ReplyPatternType">
		<xsd:sequence>
			<xsd:element name="Value" type="wsrm:ReplyPatterTypeValues"/>
			<xsd:element name="ReplyTo"  type="ref:ServiceRefType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	
wsrm:ReplyPatterTypeValues is missing an 'n', so is therefore an invalid type reference.

Regards,
John Ward


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