Re: NodeInfo confusion

2019-04-12 Thread Beckerle, Mike
Type system matches the dfdl/XML schema type system, not the scala type system, but has some extra nodes that are there for convenience also. In dfdl/XML decimal is super type of integer. Get Outlook for Android From: Sloane, Brandon Sent: Friday, April 12, 6:17 PM

NodeInfo confusion

2019-04-12 Thread Sloane, Brandon
I am looking at the type hierarchy defined in NodeInfo and am confused about the Integer type. In NodeInfo.scala we have: protected sealed trait IntegerKind extends SignedInteger.Kind case object Integer extends PrimTypeNode(Decimal, List(Long, NonNegativeInteger)) with IntegerKind {

[jira] [Updated] (DAFFODIL-2108) Facet restrictions not allowed on xs:decimal types with bad errror

2019-04-12 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence updated DAFFODIL-2108: - Summary: Facet restrictions not allowed on xs:decimal types with bad errror (was: Fac

[jira] [Created] (DAFFODIL-2108) Facet restrictions now allowed on xs:decimal types with bad errror

2019-04-12 Thread Steve Lawrence (JIRA)
Steve Lawrence created DAFFODIL-2108: Summary: Facet restrictions now allowed on xs:decimal types with bad errror Key: DAFFODIL-2108 URL: https://issues.apache.org/jira/browse/DAFFODIL-2108 Projec