Olabusayo Kilo created DAFFODIL-2931:
----------------------------------------
Summary: lengthUnit='bits' not supported for calendar type with
binary packed representation
Key: DAFFODIL-2931
URL: https://issues.apache.org/jira/browse/DAFFODIL-2931
Project: Daffodil
Issue Type: Bug
Components: Back End
Affects Versions: 3.8.0
Reporter: Olabusayo Kilo
According to the spec:
{code:java}
'bits' may only be used for xs:boolean, xs:byte, xs:short, xs:int, xs:long,
xs:unsignedByte, xs:unsignedShort, xs:unsignedInt, and xs:unsignedLong simple
types with binary representation, and for calendar (date and time) simple types
with binary packed representation.
{code}
The code currently excludes calendar simple types with binary packed
representation
--
This message was sent by Atlassian Jira
(v8.20.10#820010)