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