Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type Definition at line 171 Parses Incorrectly As Of 2022.01.01 #7

Open
ws40449 opened this issue Jan 3, 2022 · 0 comments
Open

Type Definition at line 171 Parses Incorrectly As Of 2022.01.01 #7

ws40449 opened this issue Jan 3, 2022 · 0 comments

Comments

@ws40449
Copy link

ws40449 commented Jan 3, 2022

The definition for the datetime header field at line 171 does not parse correctly as of 2022.01.01. The date value in the field exceeds the value that can he handled by an integer.

<xs:element dfdl:length="5" dfdl:lengthKind="explicit" name="DateTime" type="type_PI">
</xs:element>

This type needs to be packed decimal.

<xs:element dfdl:length="5" dfdl:lengthKind="explicit" name="DateTime" type="type_PD">
</xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant