[
https://issues.apache.org/jira/browse/DAFFODIL-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Beckerle reassigned DAFFODIL-1418:
---------------------------------------
Assignee: Dave Thompson
> 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
> 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)