- From: <Paul.V.Biron@kp.org>
- Date: Wed, 22 Feb 2006 13:41:42 -0800
- To: public-xsd-databinding@w3.org
- Cc: public-xsd-databinding@w3.org, public-xsd-databinding-request@w3.org
> 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