Skip to content

Commit

Permalink
V1310 release (#38)
Browse files Browse the repository at this point in the history
* Update PDS4_MSN_IngestLDD.xml

1.3.1.0
     - added orbit_identifier to Orbital_Mission class.

* Auto-generated LDDs by PDSEN CI Bot

* clear out releases

---------

Co-authored-by: PDSEN CI Bot <[email protected]>
  • Loading branch information
thareUSGS and pdsen-ci authored Nov 8, 2024
1 parent 045f669 commit 3486f64
Show file tree
Hide file tree
Showing 210 changed files with 1,118 additions and 32,739 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"msn:Orbital_Mission:1 ","Class","Orbital_Mission","1.0.0.0","msn","The Orbital_Mission class provides information about an orbital mission.","img","","","","","","","","","","",""
"msn:Orbital_Mission:2 msn:start_orbit_number:1 ","Attribute","start_orbit_number","n/a","msn","The start_orbit_number attribute provides the first in a series of numbers that represent a set of orbital revolutions of one body around another.","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Orbital_Mission:2 msn:stop_orbit_number:1 ","Attribute","stop_orbit_number","n/a","msn","The stop_orbit_number attribute provides the last in a series of numbers that represent s set of orbital revolutions of one body around another.","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Orbital_Mission:2 msn:orbit_identifier:1 ","Attribute","orbit_identifier","n/a","msn","Missions such as Cassini, JUNO and MRO, include an attribute orbit identifier whihch is more grainular then mission phase. This can be skipped or has been set to N/A for cruise images. ","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Surface_Mission:1 ","Class","Surface_Mission","1.0.0.0","msn","The Surface_Mission class provides information about a surface mission.","img","","","","","","","","","","",""
"msn:Surface_Mission:2 msn:start_sol_number:1 ","Attribute","start_sol_number","n/a","msn","The start_sol_number is the number of the Mars day on which an observation began. Landing day is Sol 0. For multi-sol observations, such as mosaics, if start_sol_number is given but stop_sol_number is not, the start_sol_number may instead be interpreted as the primary, or most important, sol for this observation.","img","ASCII_Integer","0","1","0","9223372036854775807","Unbounded","Unbounded","Units_of_None","none","TBD_classConcept","INTEGER"
"msn:Surface_Mission:2 msn:stop_sol_number:1 ","Attribute","stop_sol_number","n/a","msn","The stop_sol_number is the number of the Mars day on which an observation ended. Landing day is Sol 0. The stop_sol_number should only be used if there's also a start_sol_number.","img","ASCII_Integer","0","1","0","9223372036854775807","Unbounded","Unbounded","Units_of_None","none","TBD_classConcept","INTEGER"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PDS4 Schematron for Name Space Id:msn Version:1.3.0.3 - Wed Nov 08 21:52:59 UTC 2023 -->
<!-- PDS4 Schematron for Name Space Id:msn Version:1.3.1.0 - Sat Sep 07 16:04:12 UTC 2024 -->
<!-- Generated from the PDS4 Information Model Version 1.18.0.0 - System Build 12.1 -->
<!-- *** This PDS4 schematron file is an operational deliverable. *** -->
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PDS4 Local Data Dictionary Processing Report

Configuration:
LDDTool Version 15.1.0
LDD Version Id: 1.3.0.3
LDD Version Id: 1.3.1.0
LDD Label Version Id: 1.24
LDD Discipline (T/F): true
LDD Namespace URL: http://pds.nasa.gov/pds4/
LDD URN Prefix: urn:nasa:pds:
Time Fri May 24 20:09:35 UTC 2024
Time Sat Sep 07 16:04:12 UTC 2024
Common Schema [PDS4_PDS_1I00.xsd]
Common Schematron [PDS4_PDS_1I00.sch]
IM Version Id: 1.18.0.0
Expand All @@ -29,8 +29,8 @@ Parameters:

Summary:
Classes 4
Attributes 30
Associations 33
Attributes 31
Associations 34
Error messages 0
Warning messages 0
Information messages 0
Expand All @@ -39,7 +39,7 @@ Detailed validation messages

Parsed Input - Header:
LDD Name Mission Information Commons
LDD Version 1.3.0.3
LDD Version 1.3.1.0
Full Name Trent Hare
Steward img
Namespace Id msn
Expand Down Expand Up @@ -73,9 +73,12 @@ Parsed Input - Header:
- add ephemeris_start_time and ephemeris_stop_time to have available at the mission level.
We do understand et_start and et_stop are also available from the nucspec dictionary but
this is required by THEMIS which is not a nucspec instrument.


1.3.1.0
- add orbit_identifier to Orbital_Mission class.


Last Modification Time 2023-11-08T09:00:00Z
Last Modification Time 2024-09-07T09:00:00Z
PDS4 Merge Flag false

Parsed Input - Attributes:
Expand Down Expand Up @@ -184,6 +187,14 @@ Parsed Input - Attributes:
minimum characters 1
maximum characters 255

name orbit_identifier
version 1.18
value data type ASCII_Short_String_Collapsed
description Missions such as Cassini, JUNO and MRO, include an attribute orbit identifier whihch is more grainular then mission phase. This can be skipped or has been set to N/A for cruise images.
nillable true
minimum characters 1
maximum characters 255

name start_sol_number
version 1.18
value data type ASCII_Integer
Expand Down Expand Up @@ -390,6 +401,11 @@ Parsed Input - Classes:
maximum occurrences 1
reference type attribute_of

local identifier msn:orbit_identifier
minimum occurrences 0
maximum occurrences 1
reference type attribute_of

name Surface_Mission
description The Surface_Mission class provides information about a surface mission.
is abstract false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PDS4 XML product label for PDS4 V1.18.0.0 Fri May 24 20:09:35 UTC 2024 -->
<!-- PDS4 XML product label for PDS4 V1.18.0.0 Sat Sep 07 16:04:12 UTC 2024 -->
<!-- Generated from the PDS4 Information Model V1.18.0.0 - System Build 12.1 -->
<!-- *** This PDS4 XML product label is an operational deliverable. *** -->
<?xml-model href="https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1I00.sch"
Expand All @@ -10,42 +10,42 @@
xsi:schemaLocation="http://pds.nasa.gov/pds4/pds/v1
https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1I00.xsd">
<Identification_Area>
<logical_identifier>urn:nasa:pds:system_bundle:xml_schema:msn-xml_schema_1.18.0.0_1.3.0.3</logical_identifier>
<logical_identifier>urn:nasa:pds:system_bundle:xml_schema:msn-xml_schema_1.18.0.0_1.3.1.0</logical_identifier>
<version_id>1.24</version_id>
<title>PDS4 XML Schema - MSN V1.3.0.3</title>
<title>PDS4 XML Schema - MSN V1.3.1.0</title>
<information_model_version>1.18.0.0</information_model_version>
<product_class>Product_XML_Schema</product_class>
<Modification_History>
<Modification_Detail>
<modification_date>2024-05-24</modification_date>
<modification_date>2024-09-07</modification_date>
<version_id>1.24</version_id>
<description>This is the system generated PDS4 product label for PDS4 XML Schema and Schematron files.</description>
</Modification_Detail>
</Modification_History>
</Identification_Area>
<File_Area_XML_Schema>
<File>
<file_name>PDS4_MSN_1I00_1303.xsd</file_name>
<creation_date_time>2024-05-24T13:09:35</creation_date_time>
<file_size unit="byte">26548</file_size>
<records>577</records>
<file_name>PDS4_MSN_1I00_1310.xsd</file_name>
<creation_date_time>2024-09-07T09:04:12</creation_date_time>
<file_size unit="byte">27307</file_size>
<records>595</records>
</File>
<XML_Schema>
<name>PDS4_MSN_1I00_1303.xsd</name>
<name>PDS4_MSN_1I00_1310.xsd</name>
<offset unit="byte">0</offset>
<parsing_standard_id>XML Schema Version 1.1</parsing_standard_id>
<description>This is a PDS4 XML Schema file for the declared namespace.</description>
</XML_Schema>
</File_Area_XML_Schema>
<File_Area_XML_Schema>
<File>
<file_name>PDS4_MSN_1I00_1303.sch</file_name>
<creation_date_time>2024-05-24T13:09:35</creation_date_time>
<file_name>PDS4_MSN_1I00_1310.sch</file_name>
<creation_date_time>2024-09-07T09:04:12</creation_date_time>
<file_size unit="byte">2662</file_size>
<records>46</records>
</File>
<XML_Schema>
<name>PDS4_MSN_1I00_1303.sch</name>
<name>PDS4_MSN_1I00_1310.sch</name>
<offset unit="byte">0</offset>
<parsing_standard_id>Schematron ISO/IEC 19757-3:2006</parsing_standard_id>
<description>This is the PDS4 Schematron file for the declared namespace. Schematron provides rule-based validation for XML Schema.</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PDS4 XML/Schema for Name Space Id:msn Version:1.3.0.3 - Fri May 24 20:09:35 UTC 2024 -->
<!-- PDS4 XML/Schema for Name Space Id:msn Version:1.3.1.0 - Sat Sep 07 16:04:12 UTC 2024 -->
<!-- Generated from the PDS4 Information Model Version 1.18.0.0 - System Build 12.1 -->
<!-- *** This PDS4 product schema is an operational deliverable. *** -->
<!-- -->
<!-- Dictionary Stack -->
<!-- 1.18.0.0 - pds: - Common Dictionary -->
<!-- 1.3.0.3 - msn: - Mission Information Commons -->
<!-- 1.3.1.0 - msn: - Mission Information Commons -->
<!-- -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://pds.nasa.gov/pds4/msn/v1"
xmlns:msn="http://pds.nasa.gov/pds4/msn/v1"
xmlns:pds="http://pds.nasa.gov/pds4/pds/v1"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.3.0.3">
version="1.3.1.0">

<xs:import namespace="http://pds.nasa.gov/pds4/pds/v1" schemaLocation="https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1I00.xsd"/>

Expand Down Expand Up @@ -49,7 +49,10 @@
- add ephemeris_start_time and ephemeris_stop_time to have available at the mission level.
We do understand et_start and et_stop are also available from the nucspec dictionary but
this is required by THEMIS which is not a nucspec instrument.


1.3.1.0
- add orbit_identifier to Orbital_Mission class.


</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -103,6 +106,7 @@
<xs:sequence>
<xs:element name="start_orbit_number" nillable="true" type="msn:start_orbit_number" minOccurs="0" maxOccurs="1"> </xs:element>
<xs:element name="stop_orbit_number" nillable="true" type="msn:stop_orbit_number" minOccurs="0" maxOccurs="1"> </xs:element>
<xs:element name="orbit_identifier" nillable="true" type="msn:orbit_identifier" minOccurs="0" maxOccurs="1"> </xs:element>
</xs:sequence>
</xs:complexType>

Expand Down Expand Up @@ -286,6 +290,20 @@
</xs:simpleContent>
</xs:complexType>

<xs:complexType name="orbit_identifier">
<xs:annotation>
<xs:documentation>Missions such as Cassini, JUNO and MRO, include
an attribute orbit identifier whihch is more grainular then
mission phase. This can be skipped or has been set to N/A for
cruise images. </xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="pds:ASCII_Short_String_Collapsed">
<xs:attribute name="nilReason" type="pds:nil_reason" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>

<xs:complexType name="product_type_name">
<xs:annotation>
<xs:documentation>The product_type_name identifies a group of data
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"msn:Orbital_Mission:1 ","Class","Orbital_Mission","1.0.0.0","msn","The Orbital_Mission class provides information about an orbital mission.","img","","","","","","","","","","",""
"msn:Orbital_Mission:2 msn:start_orbit_number:1 ","Attribute","start_orbit_number","n/a","msn","The start_orbit_number attribute provides the first in a series of numbers that represent a set of orbital revolutions of one body around another.","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Orbital_Mission:2 msn:stop_orbit_number:1 ","Attribute","stop_orbit_number","n/a","msn","The stop_orbit_number attribute provides the last in a series of numbers that represent s set of orbital revolutions of one body around another.","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Orbital_Mission:2 msn:orbit_identifier:1 ","Attribute","orbit_identifier","n/a","msn","Missions such as Cassini, JUNO and MRO, include an attribute orbit identifier whihch is more grainular then mission phase. This can be skipped or has been set to N/A for cruise images. ","img","ASCII_Short_String_Collapsed","0","1","Unbounded","Unbounded","1","255","Units_of_None","none","TBD_classConcept","SHORT_STRING"
"msn:Surface_Mission:1 ","Class","Surface_Mission","1.0.0.0","msn","The Surface_Mission class provides information about a surface mission.","img","","","","","","","","","","",""
"msn:Surface_Mission:2 msn:start_sol_number:1 ","Attribute","start_sol_number","n/a","msn","The start_sol_number is the number of the Mars day on which an observation began. Landing day is Sol 0. For multi-sol observations, such as mosaics, if start_sol_number is given but stop_sol_number is not, the start_sol_number may instead be interpreted as the primary, or most important, sol for this observation.","img","ASCII_Integer","0","1","0","9223372036854775807","Unbounded","Unbounded","Units_of_None","none","TBD_classConcept","INTEGER"
"msn:Surface_Mission:2 msn:stop_sol_number:1 ","Attribute","stop_sol_number","n/a","msn","The stop_sol_number is the number of the Mars day on which an observation ended. Landing day is Sol 0. The stop_sol_number should only be used if there's also a start_sol_number.","img","ASCII_Integer","0","1","0","9223372036854775807","Unbounded","Unbounded","Units_of_None","none","TBD_classConcept","INTEGER"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- PDS4 Schematron for Name Space Id:msn Version:1.3.0.3 - Fri May 24 20:10:41 UTC 2024 -->
<!-- PDS4 Schematron for Name Space Id:msn Version:1.3.1.0 - Sat Sep 07 16:04:12 UTC 2024 -->
<!-- Generated from the PDS4 Information Model Version 1.19.0.0 - System Build 13.0 -->
<!-- *** This PDS4 schematron file is an operational deliverable. *** -->
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PDS4 Local Data Dictionary Processing Report

Configuration:
LDDTool Version 15.1.0
LDD Version Id: 1.3.0.3
LDD Version Id: 1.3.1.0
LDD Label Version Id: 1.25
LDD Discipline (T/F): true
LDD Namespace URL: http://pds.nasa.gov/pds4/
LDD URN Prefix: urn:nasa:pds:
Time Fri May 24 20:10:41 UTC 2024
Time Sat Sep 07 16:04:12 UTC 2024
Common Schema [PDS4_PDS_1J00.xsd]
Common Schematron [PDS4_PDS_1J00.sch]
IM Version Id: 1.19.0.0
Expand All @@ -29,8 +29,8 @@ Parameters:

Summary:
Classes 4
Attributes 30
Associations 33
Attributes 31
Associations 34
Error messages 0
Warning messages 0
Information messages 0
Expand All @@ -39,7 +39,7 @@ Detailed validation messages

Parsed Input - Header:
LDD Name Mission Information Commons
LDD Version 1.3.0.3
LDD Version 1.3.1.0
Full Name Trent Hare
Steward img
Namespace Id msn
Expand Down Expand Up @@ -73,9 +73,12 @@ Parsed Input - Header:
- add ephemeris_start_time and ephemeris_stop_time to have available at the mission level.
We do understand et_start and et_stop are also available from the nucspec dictionary but
this is required by THEMIS which is not a nucspec instrument.


1.3.1.0
- add orbit_identifier to Orbital_Mission class.


Last Modification Time 2023-11-08T09:00:00Z
Last Modification Time 2024-09-07T09:00:00Z
PDS4 Merge Flag false

Parsed Input - Attributes:
Expand Down Expand Up @@ -184,6 +187,14 @@ Parsed Input - Attributes:
minimum characters 1
maximum characters 255

name orbit_identifier
version 1.19
value data type ASCII_Short_String_Collapsed
description Missions such as Cassini, JUNO and MRO, include an attribute orbit identifier whihch is more grainular then mission phase. This can be skipped or has been set to N/A for cruise images.
nillable true
minimum characters 1
maximum characters 255

name start_sol_number
version 1.19
value data type ASCII_Integer
Expand Down Expand Up @@ -390,6 +401,11 @@ Parsed Input - Classes:
maximum occurrences 1
reference type attribute_of

local identifier msn:orbit_identifier
minimum occurrences 0
maximum occurrences 1
reference type attribute_of

name Surface_Mission
description The Surface_Mission class provides information about a surface mission.
is abstract false
Expand Down
Loading

0 comments on commit 3486f64

Please sign in to comment.