Hello DFDL community, I am implementing a DFDL schema for a specification which says this about an input field:
Name: Azimuth Type: Int32 Units: mils Range: 0 - 6399.99 Scale: 0.01 I think that means the input field can have any value from 0.00 to 6399.99 ... do you agree? The type Int32 confuses me. Doesn't Int32 mean "32-bit integer"? But I thought the field contains a decimal, not an integer? I want to create a sample binary input file. What is the hex value of, say, 6399.99? /Roger
