Skip to content

Commit

Permalink
Update PDS4_MSN_IngestLDD.xml
Browse files Browse the repository at this point in the history
changes maximum_occurrences for the mission_phase_name and mission_phase_identifier attribute definitions from 1 to *, thereby changing their allowed cardinality to "unbounded". This change should be entirely backwards-compatible.
  • Loading branch information
thareUSGS committed Nov 1, 2023
1 parent 938a091 commit 3e17b17
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/PDS4_MSN_IngestLDD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
xmlns:pds="http://pds.nasa.gov/pds4/pds/v1"
xsi:schemaLocation="https://pds.nasa.gov/pds4/pds/v1
https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1E00.xsd">

<name>Mission Information Commons</name>
<ldd_version_id>1.3.0.1</ldd_version_id>
<dictionary_type>Discipline</dictionary_type>
Expand Down Expand Up @@ -39,7 +40,8 @@
- Added Observation_Context class and attrbitues active_flight_computer, active_flight_imu under Mission_Information

1.3.0.1
-add instrument_clock_stop and instrument_stop_time
-add instrument_clock_stop and instrument_stop_time
- mission_phase_name and mission_phase_identifier to unbounded (multi)

</comment>
<last_modification_date_time>2020-11-01T08:30:00</last_modification_date_time>
Expand Down Expand Up @@ -534,13 +536,13 @@
<identifier_reference>mission_phase_name</identifier_reference>
<reference_type>attribute_of</reference_type>
<minimum_occurrences>0</minimum_occurrences>
<maximum_occurrences>1</maximum_occurrences>
<maximum_occurrences>*</maximum_occurrences>
</DD_Association>
<DD_Association>
<identifier_reference>mission_phase_identifier</identifier_reference>
<reference_type>attribute_of</reference_type>
<minimum_occurrences>0</minimum_occurrences>
<maximum_occurrences>1</maximum_occurrences>
<maximum_occurrences>*</maximum_occurrences>
</DD_Association>
<DD_Association>
<identifier_reference>release_number</identifier_reference>
Expand Down

0 comments on commit 3e17b17

Please sign in to comment.