You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Mike Beckerle (Jira)" <ji...@apache.org> on 2020/12/16 19:56:00 UTC

[jira] [Updated] (DAFFODIL-1418) Decimal range facet restriction results in unknown primitive type error

     [ https://issues.apache.org/jira/browse/DAFFODIL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Beckerle updated DAFFODIL-1418:
------------------------------------
    Labels: reverify  (was: )

> Decimal range facet restriction results in unknown primitive type error
> -----------------------------------------------------------------------
>
>                 Key: DAFFODIL-1418
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1418
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Front End, General
>            Reporter: Steve Lawrence
>            Priority: Major
>              Labels: reverify
>
> For example, this:
> {code}
>   <xsd:simpleType name="Foo">
>     <xsd:restriction base="xsd:decimal">
>       <xsd:minInclusive value="-180.0" />
>       <xsd:maxInclusive value="20.0" />
>     </xsd:restriction>
>   </xsd:simpleType>
> {code}
> Causes the error:
> {code}
> [error] Schema Definition Error: checkValueSpaceFacetRange - Unrecognized primitive type: Decimal
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)