You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2021/02/04 14:58: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 ]

Steve Lawrence updated DAFFODIL-1418:
-------------------------------------
    Labels:   (was: dev-verify)

> 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
>            Assignee: Dave Thompson
>            Priority: Major
>
> 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)