Skip to content

Commit

Permalink
Upgrade information model
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Oct 4, 2024
1 parent 62b351a commit 1ac09f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pds2/aipgen/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
AIP_PRODUCT_URI_PREFIX = "urn:nasa:pds:system_bundle:product_aip:"

# Version ID for the current PDS information model
INFORMATION_MODEL_VERSION = "1.13.0.0"
INFORMATION_MODEL_VERSION = "1.22.0.0"

# Namespace URI for PDS XML
PDS_NS_URI = "http://pds.nasa.gov/pds4/pds/v1"
Expand All @@ -41,10 +41,10 @@
PRODUCT_COLLECTION_TAG = f"{{{PDS_NS_URI}}}Product_Collection"

# Where to find the PDS schema
PDS_SCHEMA_URL = "http://pds.nasa.gov/pds4/pds/v1 https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1D00.xsd"
PDS_SCHEMA_URL = "http://pds.nasa.gov/pds4/pds/v1 https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1M00.xsd"

# XML model processing instruction
XML_MODEL_PI = '''href="https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1D00.sch"
XML_MODEL_PI = '''href="https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1M00.sch"
schematypens="http://purl.oclc.org/dsdl/schematron"'''

# Namespace URI for XML Schema
Expand Down

0 comments on commit 1ac09f7

Please sign in to comment.