[
Lists Home |
Date Index |
Thread Index
]
Are we talking about the schema or the XML instance
data described by the schema?
Also xs:integer is not a digit, it is easier in the
discussion if it is.
--- TAN Kuan Hui <kuanhui@xemantics.com> wrote:
> You mean
>
> <xs:element name="strikeNumber">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="digit" type="xs:integer"
> minOccurs="16'
> maxOccurs="16"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
>
> has more info value than
>
> <xs:element name="strikeNumber">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="digit" type="xs:integer"
> minOccurs="8' maxOccurs="8"/>
> </xs:sequence>
> </xs:complexType>
> </xs:element>
>
> ?
>
=====
Ed Lai
data_mechanic@yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|