Skip to content

Commit

Permalink
Changed my_first_attribute data_type to ASCII_Real
Browse files Browse the repository at this point in the history
Per bug identified by @johndoe, this change will update my_first_attribute to use the ASCII_Real data type.

Resolves pds-data-dictionaries/PDS4-LDD-Issue-Repo#13
  • Loading branch information
jennifergward committed Mar 15, 2022
1 parent a07ba61 commit ce8ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDS4_EXAMPLE_IngestLDD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</definition>
<DD_Value_Domain>
<enumeration_flag>false</enumeration_flag>
<value_data_type>ASCII_Integer</value_data_type>
<value_data_type>ASCII_Real</value_data_type>
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
</DD_Value_Domain>
</DD_Attribute>
Expand Down

0 comments on commit ce8ae5f

Please sign in to comment.