Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1418

Decimal range facet restriction results in unknown primitive type error

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • deferred
    • None
    • Front End, General
    • None

      For example, this:

        <xsd:simpleType name="Foo">
          <xsd:restriction base="xsd:decimal">
            <xsd:minInclusive value="-180.0" />
            <xsd:maxInclusive value="20.0" />
          </xsd:restriction>
        </xsd:simpleType>

      Causes the error:

      [error] Schema Definition Error: checkValueSpaceFacetRange - Unrecognized primitive type: Decimal

              Unassigned Unassigned
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: