SchemaValidation:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 6: Line 6:
*Trunk
*Trunk
**XForms 1.0 Required Simpletypes
**XForms 1.0 Required Simpletypes
**Schema Attribute Core changes (bug 308372)
**Basic Complex Type Validation
**Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
**Fixed SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
**Basic Complex Type Validation (Bug 278449)


*1.8.x Branch
*1.8.x Branch (Firefox 2.0)
**XForms 1.0 Required Simpletypes
**XForms 1.0 Required Simpletypes
**Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
**Basic Complex Type Validation
**Fixed SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
**Basic Complex Type Validation (Bug 278449)


*1.8.0.x Branch
*1.8.0.x Branch Firefox 1.5.0.x)
**XForms 1.0 Required Simpletypes
**XForms 1.0 Required Simpletypes
**Fixed attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970) (1.8.0.3)
**Basic Complex Type Validation
**Fixed SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
**Basic Complex Type Validation (Bug 278449)


===In Progress===
===In Progress===
Line 31: Line 24:
*Attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
*Attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
*SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
*SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
*Schema Attribute Core changes (bug 308372)
*Basic Complex Type Validation (Bug 278449)


==Known Issues==
==Known Issues==

Revision as of 16:02, 11 April 2006

Welcome to the Schema Validation Development page.

Development

Current Status

  • Trunk
    • XForms 1.0 Required Simpletypes
    • Basic Complex Type Validation
  • 1.8.x Branch (Firefox 2.0)
    • XForms 1.0 Required Simpletypes
    • Basic Complex Type Validation
  • 1.8.0.x Branch Firefox 1.5.0.x)
    • XForms 1.0 Required Simpletypes
    • Basic Complex Type Validation

In Progress

  • Nothing

Fixed

  • Simple Type Inheritance (Bug 305096)
  • Implement remaining schema types XForms requires (Bug 327511)
  • Attributes not copied over for DERIVATION_RESTRICTION_COMPLEX (Bug 329970)
  • SchemaValidation/Durations have problems with pre-1900 dates due to NSPR (Bug 328092)
  • Schema Attribute Core changes (bug 308372)
  • Basic Complex Type Validation (Bug 278449)

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 Validation
    • Does not support ur-type situations (xsd:element without a type definition)

Schema Support

  • Simple Types (required by XForms)
NameSupported?
stringYes
booleanYes
gDayYes
gMonthYes
gYearYes
gYearMonthYes
gMonthDayYes
dateYes
dateTimeYes
durationYes
integerYes
nonPositiveIntegerYes
negativeIntegerYes
byteYes
floatYes
decimalYes
anyURIYes
base64BinaryYes
hexBinaryYes
qNameYes
qNameYes
normalisedStringYes
tokenYes
languageYes
longYes
intYes
shortYes
unsignedLongYes
unsignedIntYes
unsignedShortYes
unsignedByteYes
positiveIntegerYes
  • Simple Type Facets
NameSupported?
lengthYes
maxLengthYes
minLengthYes
enumerationYes
patternYes
whitespaceNo
  • Simple Data Types
NameSupported?
listYes
unionYes