Two more Editorial Changes to Part 1

Hi Gurus,

Two minor editorial changes.

1) Section 9 [Syntax Summary] should mark endpoints as "One or more" rather
than "Zero or more"..

Current Text
-------------------

  <service name="xs:NCName" interface="xs:QName" >
    <documentation />*

    <endpoint name="xs:NCName" binding="xs:QName" address="xs:anyURI"? >
      <documentation />*
    </endpoint>*

  </service>*
Proposed Text
---------------------

  <service name="xs:NCName" interface="xs:QName" >
    <documentation />*

    <endpoint name="xs:NCName" binding="xs:QName" address="xs:anyURI"? >
      <documentation />*
    </endpoint>+

  </service>*

2) Syntax Summary in Section 3[Types] and 9 should reflect the fact that
inline schemas can exist without targetNamespace. [CR045]


Hope that helps!
rgds,
Ram
-- 
Shift to the left, shift to the right!
Pop up, push down, byte, byte, byte!

-Ramkumar Menon
A typical Macroprocessor

Received on Friday, 16 February 2007 01:33:51 UTC