2002/ws/desc/test-suite/xmlcatalog/wsdl wsdl20.xsd,1.5,1.6

Update of /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl
In directory hutz:/tmp/cvs-serv22547/xmlcatalog/wsdl

Modified Files:
	wsdl20.xsd 
Log Message:
Make <feature> and <property> GEDs in WSDL schema to enable restriction as per LC117.

Index: wsdl20.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/wsdl20.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wsdl20.xsd	1 May 2005 15:04:01 -0000	1.5
--- wsdl20.xsd	1 May 2005 19:29:29 -0000	1.6
***************
*** 86,91 ****
            <xs:element ref='wsdl:types'/>
            <xs:element ref='wsdl:interface' />
! 	  <xs:element ref='wsdl:binding' />
! 	  <xs:element ref='wsdl:service' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 86,91 ----
            <xs:element ref='wsdl:types'/>
            <xs:element ref='wsdl:interface' />
! 	      <xs:element ref='wsdl:binding' />
! 	      <xs:element ref='wsdl:service' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 143,148 ****
            <xs:element name='operation' type='wsdl:InterfaceOperationType' />
            <xs:element name='fault' type='wsdl:InterfaceFaultType' />
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 143,148 ----
            <xs:element name='operation' type='wsdl:InterfaceOperationType' />
            <xs:element name='fault' type='wsdl:InterfaceFaultType' />
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 170,175 ****
            <xs:element name='infault' type='wsdl:MessageRefFaultType' />
            <xs:element name='outfault' type='wsdl:MessageRefFaultType' />
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 170,175 ----
            <xs:element name='infault' type='wsdl:MessageRefFaultType' />
            <xs:element name='outfault' type='wsdl:MessageRefFaultType' />
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 185,190 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 185,190 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 210,215 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 210,215 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 224,229 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 224,229 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 274,279 ****
            <xs:element name='operation' type='wsdl:BindingOperationType' />
            <xs:element name='fault' type='wsdl:BindingFaultType' />
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 274,279 ----
            <xs:element name='operation' type='wsdl:BindingOperationType' />
            <xs:element name='fault' type='wsdl:BindingFaultType' />
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 293,298 ****
            <xs:element name='infault' type='wsdl:BindingOperationFaultType' />
            <xs:element name='outfault' type='wsdl:BindingOperationFaultType' />
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 293,298 ----
            <xs:element name='infault' type='wsdl:BindingOperationFaultType' />
            <xs:element name='outfault' type='wsdl:BindingOperationFaultType' />
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 306,311 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 306,311 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 319,324 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 319,324 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 333,338 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 333,338 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 354,359 ****
          <xs:choice minOccurs='1' maxOccurs='unbounded' >
            <xs:element ref='wsdl:endpoint' />
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 354,359 ----
          <xs:choice minOccurs='1' maxOccurs='unbounded' >
            <xs:element ref='wsdl:endpoint' />
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
***************
*** 369,374 ****
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element name='feature' type='wsdl:FeatureType' />
!           <xs:element name='property' type='wsdl:PropertyType' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>
--- 369,374 ----
        <xs:extension base='wsdl:ExtensibleDocumentedType' >
          <xs:choice minOccurs='0' maxOccurs='unbounded' >
!           <xs:element ref='wsdl:feature' />
!           <xs:element ref='wsdl:property' />
            <xs:any namespace='##other' processContents='lax' />
          </xs:choice>

Received on Sunday, 1 May 2005 19:29:34 UTC