Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-2671

support minInclusive maxInclusive on date/time/dateTime

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.2.1
    • None
    • Back End
    • None

    Description

      I am trying to use this simple type:

      <simpleType name="msDateTime">
      <restriction base="xs:dateTime">
      <maxInclusive value="2094-12-31T23:59:59"/>
      <minInclusive value="1995-01-01T00:00:00"/>
      </restriction>
      </simpleType>

      I get this diagnostic message:

      Schema Definition Error: Failed to parse (1995-01-01T00:00:00) to dateTime (uuuu-MM-dd'T'HH:mm:ss.SSSSSSxxx) due to Character array is missing "e" notation exponential mark. (after Unparseable date: "1995-01-01T00:00:00").

      The other facets (minExclusive, maxExclusive), and the other calendar types (date, time) should also be tested. 

      Attachments

        Activity

          People

            Unassigned Unassigned
            mbeckerle Mike Beckerle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: