jdf:ResourceAudit

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:MISDetails{0,1} , jdf:ResourceLink{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
ContentsModified jdftyp:boolean optional
DescriptiveName jdftyp:longString optional
ID jdftyp:ID optional
MustHonorExceptions jdftyp:NMTOKENS optional
NodeStatus jdftyp:eNodePhaseTimeStatus_ optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
QueueEntryID jdftyp:string optional
Reason jdftyp:eReason_ ProcessResult optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
SpawnID jdftyp:shortString 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="ResourceAudit" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@Reason" First="1.1"/>
      <Version Path="@NodeStatus" First="1.3"/>
      <Version Path="MISDetails" First="1.3"/>
      <Version Path="Part" First="1.3"/>
      <Constraint Path="MISDetails" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="Part" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="ResourceLink" minOccurs="1" maxOccurs="2"/>
    </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="MISDetails" type="jdf:MISDetails_re" minOccurs="0"/>
        <xs:element ref="jdf:ResourceLink" minOccurs="0"/>
        <xs:element name="Part" type="jdf:Part" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="ContentsModified" type="jdftyp:boolean" use="optional"/>
      <xs:attribute name="NodeStatus" type="jdftyp:eNodePhaseTimeStatus_" use="optional"/>
      <xs:attribute name="Reason" type="jdftyp:eReason_" default="ProcessResult"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>