Product_Report

xml record "Product_Report"
Dissemination Report Data Block

idfield namedefinition
0Processor_Name
xml string
String equal to Processor_Name tag in the Job Order
1Processor_Version
xml string
String equal to Version tag in the Job Order
2List_of_Ipf_Procs
xml record
attribute: count
xml string


idfield namedefinition
0Ipf_Proc
xml array[dim_0]
dim_0: determined automatically from xml file
xml record
idfield namedefinition
0Task_Name
xml string
Name of Task as from Task_Name in the Job Order
1Task_Version
xml string
Version of Task as from Task_Version in the Job Order
2PID
xml string
Operating System processor identifier
3Node_Name
xml string
Name of the node where the processor is running
4Date_Time_of_Operation
xml record
idfield namedefinition
0Start
xml time
unit: "s since 2000-01-01"

value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS|yyyy-MM-dd'T'HH:mm:ss")
xml string
Time stamp of Task start processing time in the format : YYYY-MM-DDTHH:MM:SS[.uuuuuu]
1Stop
xml time
unit: "s since 2000-01-01"

value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS|yyyy-MM-dd'T'HH:mm:ss")
xml string
Time stamp of Task start processing time in the format : YYYY-MM-DDTHH:MM:SS[.uuuuuu]
5List_of_Input_File_Names
xml record
attribute: count
xml string


idfield namedefinition
0File_Name
xml array[dim_0]
dim_0: determined automatically from xml file
xml string
Input File
6List_of_Output_File_Names
xml record
attribute: count
xml string


idfield namedefinition
0File_Name
xml array[dim_0]
dim_0: determined automatically from xml file
xml string
Output File
7List_of_Messages
xml record
attribute: count
xml string


idfield namedefinition
0Messages real name: Message

xml array[dim_0]
dim_0: determined automatically from xml file
xml record
idfield namedefinition
0Date_Time
ascii timesize: 26
Time Stamp of Message in the format: : YYYY-MM-DDTHH:MM:SS.uuuuuu

unit: "s since 2000-01-01"

value: time(str(.), "yyyy-MM-dd'T'HH:mm:ss.SSSSSS")
ascii stringsize: 26
CCSDS ASCII datetime "YYYY-MM-DDThh:mm:ss.uuuuuu".
1Type
xml string
Type of Message: D or I or P or W or E
2Text
xml string
The Message Text field will be in the format of a CDATA xml tag, in order to allow any character to be included in the message without xml parsers and schema driven editors complain, should special characters like '<' and '>' be used inside the text
8Synthetic_Exit_Code
xml string
Task Synthetic Exit Code: SUCCESS or WARNING or ERROR
3Job_Order
xml record
idfield namedefinition
0Ipf_Job_Order
xml record "Ipf_Job_Order"