The proposed solution is to change Product_Collection from:
To:
Example new .xml:
<File_Area_Inventory>
<File>
<file_name>collection_data_inventory1.csv</file_name>
<local_identifier>inventory_collection1.data</local_identifier>
</File>
<Inventory>
<local_identifier>collection_inventory.data</local_identifier>
<offset unit="byte">0</offset>
<parsing_standard_id>PDS DSV 1</parsing_standard_id>
<records>10000</records>
<record_delimiter>Carriage-Return Line-Feed</record_delimiter>
<field_delimiter>Comma</field_delimiter>
<Record_Delimited>
<fields>2</fields>
<groups>0</groups>
<maximum_record_length unit="byte">259</maximum_record_length>
<Field_Delimited>
<name>Member Status</name>
<field_number>1</field_number>
<data_type>ASCII_String</data_type>
<maximum_field_length unit="byte">1</maximum_field_length>
<description>
This columns specifies the Member Status of the files that
comprise the collection.
</description>
</Field_Delimited>
<Field_Delimited>
<name>LIDVID_LID</name>
<field_number>2</field_number>
<data_type>ASCII_LIDVID_LID</data_type>
<maximum_field_length unit="byte">255</maximum_field_length>
<description>
This columns specifies the LIDVID of the files that
comprise the collection.
</description>
</Field_Delimited>
</Record_Delimited>
<reference_type>inventory_has_member_product</reference_type>
</Inventory>
</File_Area_Inventory>
<File_Area_Inventory>
<File>
<file_name>collection_data_inventory2.csv</file_name>
<local_identifier>inventory_collection2.data</local_identifier>
</File>
<Inventory>
<local_identifier>collection_inventory2.data</local_identifier>
<offset unit="byte">0</offset>
<parsing_standard_id>PDS DSV 1</parsing_standard_id>
<records>10000</records>
<record_delimiter>Carriage-Return Line-Feed</record_delimiter>
<field_delimiter>Comma</field_delimiter>
<Record_Delimited>
<fields>2</fields>
<groups>0</groups>
<maximum_record_length unit="byte">259</maximum_record_length>
<Field_Delimited>
<name>Member Status</name>
<field_number>1</field_number>
<data_type>ASCII_String</data_type>
<maximum_field_length unit="byte">1</maximum_field_length>
<description>
This columns specifies the Member Status of the files that
comprise the collection.
</description>
</Field_Delimited>
<Field_Delimited>
<name>LIDVID_LID</name>
<field_number>2</field_number>
<data_type>ASCII_LIDVID_LID</data_type>
<maximum_field_length unit="byte">255</maximum_field_length>
<description>
This columns specifies the LIDVID of the files that
comprise the collection.
</description>
</Field_Delimited>
</Record_Delimited>
<reference_type>inventory_has_member_product</reference_type>
</Inventory>
</File_Area_Inventory>
🦄 Sibling SCR
NASA-PDS/PDS4-CCB#42
💡 SCR Summary
Requested Changes
The proposed solution is to change Product_Collection from:
To:
Example new .xml:
Added to parent epic?
Will do