complexType JournalEntry
diagram PrintFactoryJob_diagrams/PrintFactoryJob_p325.png
namespace https://printfactory.cloud/schema/2.0
used by
elements Journal/Creation Journal/Cut Journal/JobEdit Journal/Nest Journal/Preflight Journal/Print Journal/ReRoute Journal/RIP Journal/Send Journal/Workflow
attributes
Name  Type  Use  Default  Fixed  Annotation
Date  xs:dateTime  required      
documentation
UTC date and time the processes started
Process  xs:string  required      
documentation
Name of process applied on the job
Duration  xs:duration  optional      
documentation
Duration of the process
Error  xs:string  optional      
documentation
Error occureduring processing
User  derived by: xs:string  optional      
documentation
User that caused this journal. User is specified by its email address, all lower-cast
annotation
documentation
Required elements of an entry in the journal
source <xs:complexType name="JournalEntry">
 
<xs:annotation>
   
<xs:documentation>Required elements of an entry in the journal</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="Date" type="xs:dateTime" use="required">
   
<xs:annotation>
     
<xs:documentation>UTC date and time the processes started</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Process" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of process applied on the job</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Duration" type="xs:duration" use="optional">
   
<xs:annotation>
     
<xs:documentation>Duration of the process</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Error" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Error occureduring processing</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="User" use="optional">
   
<xs:annotation>
     
<xs:documentation>User that caused this journal. User is specified by its email address, all lower-cast</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:pattern value="[^@]+@[^\.]+\..+"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:complexType>

attribute JournalEntry/@Date
type xs:dateTime
properties
use required
annotation
documentation
UTC date and time the processes started
source <xs:attribute name="Date" type="xs:dateTime" use="required">
 
<xs:annotation>
   
<xs:documentation>UTC date and time the processes started</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute JournalEntry/@Process
type xs:string
properties
use required
annotation
documentation
Name of process applied on the job
source <xs:attribute name="Process" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of process applied on the job</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute JournalEntry/@Duration
type xs:duration
properties
use optional
annotation
documentation
Duration of the process
source <xs:attribute name="Duration" type="xs:duration" use="optional">
 
<xs:annotation>
   
<xs:documentation>Duration of the process</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute JournalEntry/@Error
type xs:string
properties
use optional
annotation
documentation
Error occureduring processing
source <xs:attribute name="Error" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Error occureduring processing</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute JournalEntry/@User
type restriction of xs:string
properties
use optional
facets
Kind Value Annotation
pattern [^@]+@[^\.]+\..+
annotation
documentation
User that caused this journal. User is specified by its email address, all lower-cast
source <xs:attribute name="User" use="optional">
 
<xs:annotation>
   
<xs:documentation>User that caused this journal. User is specified by its email address, all lower-cast</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[^@]+@[^\.]+\..+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy