Re: ISSUE-22: Bare Vectors

> The input document provides a simple pattern for representing an ordered
> single dimensional list:
> 
> However scheam also offers inline, or 'bare' arrays:
> 
> What advice should we offer in the Basic patterns document regarding
> 'bare' arrays?

Schema allows allows for:

        <xs:simpleType name='myList'>
                <xs:itemType name='xs:integer'/>
        </xs:simpleType>

And binding tools should be able to be smart about how they represent 
elements/attributes of these types.

pvb

Received on Wednesday, 22 February 2006 21:45:16 UTC