1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00
fq/format/asn1/testdata/tc10.xml

35 lines
903 B
XML

<?xml version="1.0"?>
<REAL>
<identification_block>
<tag_class>UNIVERSAL</tag_class>
<is_constructed>false</is_constructed>
<value_dec>9</value_dec>
</identification_block>
<length_block>
<is_indefinite_form>false</is_indefinite_form>
<long_form_used>false</long_form_used>
<length>7</length>
</length_block>
<value_block>
<information_block>
<is_special_value>false</is_special_value>
<base>2</base>
<scaling_factor>0</scaling_factor>
<is_negative>false</is_negative>
<exponent_format>4</exponent_format>
</information_block>
<exponent_block>
<warnings>
<warning>Needlessly long format</warning>
</warnings>
<is_hex_only>false</is_hex_only>
<value_dec>-5</value_dec>
</exponent_block>
<mantissa_block>
<is_hex_only>false</is_hex_only>
<value_dec>5</value_dec>
</mantissa_block>
<value_dec>0.156250</value_dec>
</value_block>
</REAL>