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

 


Help: OASIS Mailing Lists Help | MarkMail Help

regrep message

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


Subject: Re: [regrep] rim.xsd has duplicate definition of element RegistryObject


> <<There are two definitions for RegistryObject element (a global and a 
> local one within RegistryObjectListType). The result is an ambiguity 
> which causes instance documents to fail validation. The fix is fairly 
> simple and shown below in universal diff format. Entire updated 
> rim.xsd is also attached.
>
> 0@@ -661,7 +662,7 @@
>
>      <complexType name = "RegistryObjectListType">
>      <sequence>
> -      <element name="RegistryObject" type="tns:RegistryObjectType" 
> minOccurs="0" maxOccurs="unbounded"/>
> +      <element ref="tns:RegistryObject" minOccurs="0" 
> maxOccurs="unbounded"/>
>        <element ref="tns:ObjectRef" minOccurs="0" maxOccurs="unbounded"/>
>      </sequence>
>      </complexType>
>
>
> Unless we fix this, we cannot have valid requests and responses from 
> the registry. Thus this falls in the must fix category.
> Any objections to making this fix before publishing the final 2.5 
> schema?>> 


None from me.




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