QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
BestEffortExceptions | jdftyp:NMTOKENS | optional | ||||
CommentURL | jdftyp:URL | optional | ||||
DescriptiveName | jdftyp:longString | optional | ||||
MustHonorExceptions | jdftyp:NMTOKENS | optional | ||||
OperatorInterventionExceptions | jdftyp:NMTOKENS | optional | ||||
Path | jdftyp:XPath | optional | ||||
SettingsPolicy | jdftyp:eSettingsPolicy_ | optional | ||||
Tolerance | jdftyp:XYPair | 0 0 | optional | |||
ValueList | jdftyp:DoubleRangeList | optional | ||||
ValueMod | jdftyp:XYPair | optional | ||||
rRef | jdftyp:IDREF | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' |
Element | jdf:NumberEvaluation |
<xs:complexType name="NumberEvaluation" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="jdf:AbstractEvaluation"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:group ref="jdf:GenericElements" minOccurs="0"/> <xs:element name="BasicPreflightTest" type="jdf:BasicPreflightTest" minOccurs="0"/> </xs:sequence> <xs:attribute name="Tolerance" type="jdftyp:XYPair" default="0 0"/> <xs:attribute name="ValueList" type="jdftyp:DoubleRangeList" use="optional"/> <xs:attribute name="ValueMod" type="jdftyp:XYPair" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |