Re: XML Schema Part 1: Structures W3C Recommendation 2 May 2001 - error

Hi Dmitry,

> Hello, Henry
>
> Would editors of XML Schema Recommendation correct error in 3.7.2 XML
> Representation of Model Group Definition Schema Component:
>
> <group
>   name = NCName>
>   Content: (annotation?, (all | choice | sequence))
> </group>
>
> this declares required attribute "name", and doesn't declare "ref"
> attribute.
>
> By my mind it must look as folows:
>
> <group
>   name = NCName
>   ref = NCName>
>   Content: (annotation?, (all | choice | sequence))
> </group>

This is already in the errata [1].
Cheers,
/Eddie

[1] http://www.w3.org/2001/05/xmlschema-errata.html#Errata1

Received on Wednesday, 5 December 2001 17:52:50 UTC