SchemaValidation:Home Page: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
**XForms 1.0 Required Simpletypes | **XForms 1.0 Required Simpletypes | ||
**Schema Attribute Core changes (bug 308372) | **Schema Attribute Core changes (bug 308372) | ||
**Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970) | |||
*1.8.x Branch | *1.8.x Branch | ||
**XForms 1.0 Required Simpletypes | **XForms 1.0 Required Simpletypes | ||
**Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970) | |||
*1.8.0.x Branch | *1.8.0.x Branch | ||
| Line 22: | Line 24: | ||
*Simple Type Inheritance (Bug 305096) | *Simple Type Inheritance (Bug 305096) | ||
*Implement remaining schema types XForms requires (Bug 327511) | *Implement remaining schema types XForms requires (Bug 327511) | ||
*Attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970) | |||
==Known Issues== | ==Known Issues== | ||
*Schema Loader | *Schema Loader | ||
**Does not support the include/import tag | **Does not support the include/import tag | ||
**Does not copy over attributes for DERIVATION_RESTRICTION_COMPLEX (Bug 329970) | **Does not copy over attributes for DERIVATION_RESTRICTION_COMPLEX (Bug 329970, 1.8.0 branch only) | ||
==Schema Support== | ==Schema Support== | ||
Revision as of 17:39, 15 March 2006
Welcome to the Schema Validation Development page.
Development
Current Status
- Trunk
- XForms 1.0 Required Simpletypes
- Schema Attribute Core changes (bug 308372)
- Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
- 1.8.x Branch
- XForms 1.0 Required Simpletypes
- Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
- 1.8.0.x Branch
- XForms 1.0 Required Simpletypes
In Progress
- Basic Complex Type Validation (Bug 278449)
- Simple Type Inheritance (Bug 305096)
- Left over simple types required by XForms (Bug 324807)
Fixed
- Simple Type Inheritance (Bug 305096)
- Implement remaining schema types XForms requires (Bug 327511)
- Attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
Known Issues
- Schema Loader
- Does not support the include/import tag
- Does not copy over attributes for DERIVATION_RESTRICTION_COMPLEX (Bug 329970, 1.8.0 branch only)
Schema Support
- Simple Types (required by XForms)
| Name | Supported? |
|---|---|
| string | Yes |
| boolean | Yes |
| gDay | Yes |
| gMonth | Yes |
| gYear | Yes |
| gYearMonth | Yes |
| gMonthDay | Yes |
| date | Yes |
| dateTime | Yes |
| duration | Yes |
| integer | Yes |
| nonPositiveInteger | Yes |
| negativeInteger | Yes |
| byte | Yes |
| float | Yes |
| decimal | Yes |
| anyURI | Yes |
| base64Binary | Yes |
| hexBinary | Yes |
| qName | Yes |
| qName | Yes |
| normalisedString | Yes |
| token | Yes |
| language | Yes |
| long | Yes |
| int | Yes |
| short | Yes |
| unsignedLong | Yes |
| unsignedInt | Yes |
| unsignedShort | Yes |
| unsignedByte | Yes |
| positiveInteger | Yes |
- Simple Type Facets
| Name | Supported? |
|---|---|
| length | Yes |
| maxLength | Yes |
| minLength | Yes |
| enumeration | Yes |
| pattern | Yes |
| whitespace | No |
- Simple Data Types
| Name | Supported? |
|---|---|
| list | Yes |
| union | Yes |