diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | https://printfactory.cloud/schema/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:duration | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Duration" type="xs:duration" use="optional"> <xs:annotation> <xs:documentation>Duration of the process</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="Error" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Error occureduring processing</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |