stat:ProcessExecutionLogType

complexType ProcessExecutionLogType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for a process execution log captures the output of a process step which is not directly related to the transformed output it produced. It may include data that was recorded during the real time execution of the process step.

Diagram

XML Schema

<xs:complexType name="ProcessExecutionLogType">
<xs:annotation>
<xs:documentation>
A data type for a process execution log captures the output of a process step which is not directly related to the transformed output it produced. It may include data that was recorded during the real time execution of the process step.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="stat:LogEndDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogEventCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogEventCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogMessageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogSeverityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:LogStartDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="stat:ProcessExecutionLogAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>