Fix/change all specs so that instead of ... we use xs:any* for element extensibility in the pseudo schemas. For example, change: <wse:Subscribe ...> <wse:EndTo>endpoint-reference</wse:EndTo> ? <wse:Delivery Mode="xs:anyURI"? >xs:any</wse:Delivery> <wse:Expires>[xs:dateTime | xs:duration]</wse:Expires> ? <wse:Filter Dialect="xs:anyURI"? > xs:any </wse:Filter> ? ... </wse:Subscribe> to <wse:Subscribe ...> <wse:EndTo>endpoint-reference</wse:EndTo> ? <wse:Delivery Mode="xs:anyURI"? >xs:any</wse:Delivery> <wse:Expires>[xs:dateTime | xs:duration]</wse:Expires> ? <wse:Filter Dialect="xs:anyURI"? > xs:any </wse:Filter> ? xs:any* </wse:Subscribe> And do this for ALL pseudo schemas for ALL specs.
resolved as proposed
Please make my changes