jdf:ErrorData

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'

Attributes

QName Type Fixed Default Use Inheritable Annotation
ErrorType restriction of xs:NMTOKEN required
ErrorURL jdftyp:URI optional
FixExpression jdftyp:regExp optional
Path jdftyp:XPath optional

Source

<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>

Sample