pds4_template.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-model href="https://pds.nasa.gov/datastandards/schema/released/pds/v1/PDS4_PDS_1D00.sch" schematypens="http://purl.oclc.org/dsdl/schematron"?>
  3. <?xml-model href="https://pds.nasa.gov/pds4/disp/v1/PDS4_DISP_1B00.sch" schematypens="http://purl.oclc.org/dsdl/schematron"?>
  4. <?xml-model href="https://pds.nasa.gov/pds4/cart/v1/PDS4_CART_1D00_1933.sch" schematypens="http://purl.oclc.org/dsdl/schematron"?>
  5. <Product_Observational xmlns="http://pds.nasa.gov/pds4/pds/v1"
  6. xmlns:pds="http://pds.nasa.gov/pds4/pds/v1"
  7. xmlns:disp="http://pds.nasa.gov/pds4/disp/v1"
  8. xmlns:cart="http://pds.nasa.gov/pds4/cart/v1"
  9. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xsi:schemaLocation="
  11. http://pds.nasa.gov/pds4/pds/v1 https://pds.nasa.gov/pds4/pds/v1/PDS4_PDS_1D00.xsd
  12. http://pds.nasa.gov/pds4/disp/v1 https://pds.nasa.gov/pds4/disp/v1/PDS4_DISP_1B00.xsd
  13. http://pds.nasa.gov/pds4/cart/v1 https://pds.nasa.gov/pds4/cart/v1/PDS4_CART_1D00_1933.xsd">
  14. <Identification_Area>
  15. <logical_identifier>${LOGICAL_IDENTIFIER}</logical_identifier>
  16. <version_id>1.0</version_id>
  17. <title>${TITLE}</title>
  18. <information_model_version>1.C.0.0</information_model_version>
  19. <product_class>Product_Observational</product_class>
  20. </Identification_Area>
  21. <Observation_Area>
  22. <Time_Coordinates>
  23. <start_date_time xsi:nil="true"/>
  24. <stop_date_time xsi:nil="true"/>
  25. </Time_Coordinates>
  26. <Investigation_Area>
  27. <name>${INVESTIGATION_AREA_NAME}</name>
  28. <type>Mission</type>
  29. <Internal_Reference>
  30. <lid_reference>${INVESTIGATION_AREA_LID_REFERENCE}</lid_reference>
  31. <reference_type>data_to_investigation</reference_type>
  32. </Internal_Reference>
  33. </Investigation_Area>
  34. <Observing_System>
  35. <Observing_System_Component>
  36. <name>${OBSERVING_SYSTEM_NAME}</name>
  37. <type>Spacecraft</type>
  38. </Observing_System_Component>
  39. </Observing_System>
  40. <Target_Identification>
  41. <name>${TARGET}</name>
  42. <type>${TARGET_TYPE}</type>
  43. <Internal_Reference>
  44. <lid_reference>urn:nasa:pds:context:target:${target_type}.${target}</lid_reference>
  45. <reference_type>data_to_target</reference_type>
  46. </Internal_Reference>
  47. </Target_Identification>
  48. <Discipline_Area>
  49. <disp:Display_Settings>
  50. <Local_Internal_Reference>
  51. <local_identifier_reference>image</local_identifier_reference>
  52. <local_reference_type>display_settings_to_array</local_reference_type>
  53. </Local_Internal_Reference>
  54. <disp:Display_Direction>
  55. <disp:horizontal_display_axis>Sample</disp:horizontal_display_axis>
  56. <disp:horizontal_display_direction>Left to Right</disp:horizontal_display_direction>
  57. <disp:vertical_display_axis>Line</disp:vertical_display_axis>
  58. <disp:vertical_display_direction>Top to Bottom</disp:vertical_display_direction>
  59. </disp:Display_Direction>
  60. </disp:Display_Settings>
  61. </Discipline_Area>
  62. </Observation_Area>
  63. </Product_Observational>