jdf:Command

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:CommandTypeObj{0,1} , jdf:CommandOrQueryTypeObj{0,1} , jdf:Employee{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
AcknowledgeFormat jdftyp:string optional
AcknowledgeTemplate jdftyp:string optional
AcknowledgeType jdftyp:eAcknowledgeTypeList_ Completed optional
AcknowledgeURL jdftyp:URL optional
AgentName jdftyp:string optional
AgentVersion jdftyp:string optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
ICSVersions jdftyp:NMTOKENS optional
ID jdftyp:ID required
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
RelatedCommands jdftyp:NMTOKENS optional
SenderID jdftyp:string optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
Time jdftyp:dateTime optional
TransactionID jdftyp:string optional
Type jdftyp:NMTOKEN required
Version jdftyp:JDFJMFVersion optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="Command" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@AcknowledgeFormat" First="1.2" Last="1.4"/>
      <Version Path="@AcknowledgeTemplate" First="1.2"/>
      <Version Path="@AcknowledgeType" First="1.1"/>
      <Version Path="@RelatedCommands" First="1.4"/>
      <Version Path="@TransactionID" First="1.4"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:Message">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="jdf:GenericElements" minOccurs="0"/>
        <xs:element ref="jdf:CommandTypeObj" minOccurs="0"/>
        <xs:element ref="jdf:CommandOrQueryTypeObj" minOccurs="0"/>
        <xs:element ref="jdf:Employee" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="AcknowledgeFormat" type="jdftyp:string" use="optional"/>
      <xs:attribute name="AcknowledgeTemplate" type="jdftyp:string" use="optional"/>
      <xs:attribute name="AcknowledgeURL" type="jdftyp:URL" use="optional"/>
      <xs:attribute name="AcknowledgeType" type="jdftyp:eAcknowledgeTypeList_" default="Completed"/>
      <xs:attribute name="RelatedCommands" type="jdftyp:NMTOKENS"/>
      <xs:attribute name="TransactionID" type="jdftyp:string"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>