Author Topic: Additional XMLSchema tags  (Read 4563 times)

saschwarz

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Additional XMLSchema tags
« on: June 02, 2003, 08:34:52 am »
It would be very helpful if you could add support for minInclusive and maxInclusive (and/or) minExclusive and maxExclusive facets.

These are useful when a regex is awkward for expressing the constraint. i.e. a rotational value between 0 and 359 degrees would be a restriction based on xsd:nonNegativeInteger with minInclusive of 0 and maxInclusive of 359.

Thanks
Steve
« Last Edit: June 02, 2003, 10:05:18 am by saschwarz »