jdf:ProcessRunAudit

Complex Type Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' , jdf:Employee{0,1} , jdf:Part{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
AgentName jdftyp:string optional
AgentVersion jdftyp:string optional
Author jdftyp:string optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
Duration jdftyp:duration optional
End jdftyp:dateTime required
EndStatus jdftyp:eEndStatusOfNode_ required
ID jdftyp:ID optional
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
QueueEntryID jdftyp:string optional
ReturnTime jdftyp:dateTime optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
SpawnID jdftyp:shortString optional
Start jdftyp:dateTime required
SubmissionTime jdftyp:dateTime optional
TimeStamp jdftyp:dateTime required
refID jdftyp:IDREF optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="ProcessRunAudit" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version First="1.4" Path="@ReturnTime"/>
      <Version First="1.4" Path="@SubmissionTime"/>
      <Version Path="Part" First="1.1"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:AuditElement">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="jdf:GenericElements" minOccurs="0"/>
        <xs:element name="Employee" type="jdf:Employee_re" minOccurs="0"/>
        <xs:element name="Part" type="jdf:Part" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="Duration" type="jdftyp:duration" use="optional"/>
      <xs:attribute name="End" type="jdftyp:dateTime" use="required"/>
      <xs:attribute name="EndStatus" type="jdftyp:eEndStatusOfNode_" use="required"/>
      <xs:attribute name="ReturnTime" type="jdftyp:dateTime" use="optional"/>
      <xs:attribute name="Start" type="jdftyp:dateTime" use="required"/>
      <xs:attribute name="SubmissionTime" type="jdftyp:dateTime" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>