jdf:Error

Element 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:ErrorData{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
ErrorID jdftyp:string required
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
Resend restriction of jdftyp:NMTOKEN optional
ReturnCode jdftyp:Integer optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Source

<xs:element name="Error" substitutionGroup="jdf:NotificationDetails">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@Resend" First="1.3"/>
      <Version Path="@ReturnCode" First="1.2"/>
      <Version Path="ErrorData" First="1.3"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:complexContent mixed="false">
      <xs:extension base="jdf:NotificationDetails">
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:group ref="jdf:GenericElements" minOccurs="0"/>
          <xs:element name="ErrorData" minOccurs="0">
            <xs:complexType>
              <xs:sequence minOccurs="0" maxOccurs="unbounded">
                <xs:group ref="jdf:GenericElements" minOccurs="0"/>
              </xs:sequence>
              <xs:attribute name="ErrorType" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Invalid"/>
                    <xs:enumeration value="Missing"/>
                    <xs:enumeration value="Unsupported"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="ErrorURL" type="jdftyp:URI"/>
              <xs:attribute name="FixExpression" type="jdftyp:regExp"/>
              <xs:attribute name="Path" type="jdftyp:XPath"/>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="ErrorID" type="jdftyp:string" use="required"/>
        <xs:attribute name="Resend" use="optional">
          <xs:simpleType>
            <xs:restriction base="jdftyp:NMTOKEN">
              <xs:enumeration value="Required"/>
              <xs:enumeration value="Prohibited"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="ReturnCode" type="jdftyp:Integer" use="optional"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample