- From: Jeff Lowery <jlowery@scenicsoft.com>
- Date: Wed, 30 May 2001 13:35:41 -0700
- To: "'Kevin'" <zhangyongjiang@yahoo.com>, xmlschema-dev@w3.org
> In the definition of restriction:
> <restriction
> base = QName
> id = ID
> {any attributes with non-schema namespace . . .}>
> Content: (annotation?, (simpleType?, (minExclusive | minInclusive |
> maxExclusive | maxInclusive | totalDigits | fractionDigits | length |
> minLength | maxLength | enumeration | whiteSpace | pattern)*))
> </restriction>
<simpleType name="fivePosInts">
<restriction>
<simpleType>
<list itemType="positiveInteger"/>
</simpleType>
<length value="5"/>
</restriction>
</simpleType>
Received on Wednesday, 30 May 2001 16:36:24 UTC