JDF 1.5 Errata
This page provides a page by summary of all errata that unfortunately made it into JDF 1.5. If you are interested in ongoing discussions on JDF 1.5, pease refer to JDF 1.5 Errata Discussions in JIRA.
Note
Page numbers refer to the printed page number. Add 47 to the printed page number in order to navigate to an indexed page, e.g. in Acrobat.
Chapter 3 Structure of JDF Nodes and Jobs
3.5.1 Element: Ancestor
https://cip4.atlassian.net/browse/JDF-109 Ancestor is missing some attributes that should be copied from JDF Node.
Page 67 - Table 3-8: Ancestor Element (Sheet 2 of 3)
Template = "false" New in JDF 1.1 | boolean | Copy of the @Template Attribute from the original ancestor Node. For details, see Table 3-4, “JDF Node” on page 48. |
TemplateID ? New in JDF 1.2 | string | Copy of the @TemplateID Attribute from the original ancestor Node. For details, see Table 3-4, “JDF Node” on page 48. |
TemplateVersion ? New in JDF 1.2 | string | Copy of the @TemplateVersion Attribute from the original ancestor Node. For details, see Table 3-4, “JDF Node” on page 48. |
3.11.6.2 Part
Page 117 - Table 3-26: Part Element (Sheet 8 of 10)
https://cip4.atlassian.net/browse/JDF-9
The Separation attribute in Part is missing the predefined value: "None", which should be inserted after "Varnish".
Separation ? | string | ... Varnish – Varnish. None – explicit reference to a skipped module (i.e., no separation). ... |
Chapter 4 Life Cycle of JDF
4.1.3 Specification of Process Specifics for Product Intent Nodes
Example 4-1: Product Intent Node
https://cip4.atlassian.net/browse/JDF-100
The value of FrontCoatings/@DataType and BackCoatings/@DataType is incorrect. It should read "EnumerationSpan" rather than "NameSpan"
...
<MediaIntent Class="Intent" ID="Link0005" PartIDKeys="Option" Status="Available">
<FrontCoatings DataType="EnumerationSpan" DataType="EnumerationSpan" Preferred="None"/>
<MediaIntent Option="1">
<FrontCoatings DataType="EnumerationSpan" Preferred="Glossy"/>
</MediaIntent>
<BackCoatings DataType="EnumerationSpan" Preferred="None"/>
</MediaIntent>
...
Chapter 5 JMF Messaging with the Job Messaging Format
5.2 List of All JMF Messages
Page 178 - Table 5-3
https://cip4.atlassian.net/browse/JDF-14
Notification | page 203 | S | Used to signal usual events due to any activities of aDevice, operator, etc. (e.g., scanning a bar code). |
5.8.10 StopPersistentChannel
Page 208 - Table 5-33
https://cip4.atlassian.net/browse/JDF-13 The ResponseTypeObj SubscriptionInfo is missing. The ResponseTypeObj row should be:
ResponseTypeObj New in JDF 1.5 | SubscriptionInfo * | One SubscriptionInfo element SHALL be returned for every Persistent Channel that was removed. |
5.9.6.2.2 Element: ResourceInfo
Page 225 - Table 5-53 3/4
https://cip4.atlassian.net/browse/JDF-37 - ResourceInfo/@Scope was omitted DRAFTING The Attribute Scope was erroneously omitted in Table 5-33. It should be added as:
Scope ? New in JDF 1.5 | enumeration | Specifies whether the resource described in this ResourceInfo is currently loaded or allowed to be loaded. Values are: |
5.9.12 Wakeup
Page 241
https://cip4.atlassian.net/browse/JDF-122ResourceInfo/@Scope was omitted DRAFTING The wrong message type was specified to resume a queue entry after wakeup:
All Jobs that were running on the Device at shutdown are also in a held state and SHALL be explicitly resumed with a ResubmitQueueEntry ResumeQueueEntry Message.
5.12.10.1 Element: QueueSubmissionParams
Page 258 - Table 5-99 QueueSubmissionParams Element (Sheet 2 of 3)
https://cip4.atlassian.net/browse/JDF-21 The Attribute WatchURL was erroneously not deprecated.
WatchURL ? Deprecated in JDF 1.5 | ... | ... |
5.14.4 QueueFilter
Page 270 - Table 5-118 QueueFilter Element (Sheet 1 of 2)
https://cip4.atlassian.net/browse/JDF-3 The Attribute Activation was erroneously omitted in Table 5-118. It should be added as:
Activation ? New in JDF 1.5 | enumeration | Activation of the QueueEntry Elements to be returned. If not specified, there is no filtering on QueueEntry/@Activation. |
Page 271 - Table 5-118 QueueFilter Element (Sheet 2 of 2)
https://cip4.atlassian.net/browse/JDF-42- Clarify use of QueueEntry/JobPhase/@URL when QueueFilter/@QueueEntryDetails = "JobPhase" DRAFTING Clarify that JpbPhase/@URL is a valid attribute when QueueEntryDetails="JobPhase". It should be modified as:
QueueEntryDetails = "Brief" Modified in JDF 1.4 | enumeration | ... JobPhase – Provide all available QueueEntry information including the associated JobPhase Elements. JobPhase/@URL MAY be returned when QueueEntryDetails="JobPhase". ... |
Chapter 6 Processes
6.3.2 DigitalPrinting
Page 321 Table 6-92
https://cip4.atlassian.net/browse/JDF-27 Typo in Component "or" should read "of"
Component | ... |
Chapter 8 Parameters
8.19 Color
Page 453 - Table 8-27
https://cip4.atlassian.net/browse/JDF-4 The element name (PrintConditionColor) is missing in the second row of sheet 6/6 of Table 8-27. It should read:
PrintConditionColor * | element | Description of the printing condition specific color properties of a colorant (i.e., how is the printed colorresult specific to media, screening, etc.). |
8.29 ContentList
8.29.2 Element: ContentMetadata
Page 477 - Example 8-13
https://cip4.atlassian.net/browse/JDF-101 Contact/@Class is incorrect. It should be "Parameter".
...
<ContentList Class="Parameter" ID="ContentList" Status="Available">
<ContentData>
<ContentMetadata ISBN10="0123456789" Title="book thing">
<Comment ID="c071030_022423109_000005" Name="Abstract">
Abstract of the book in english
</Comment>
<Contact Class="Parameter" ContactTypes="Editor">
<Person Class="Parameter" DescriptiveName="authorName" FamilyName="authorName"/>
</Contact>
</ContentMetadata>
</ContentData>
<ContentData>
<ContentMetadata Title="Chapter 2">
<Contact Class="Parameter" ContactTypes="Customer">
<Person Class="Parameter" DescriptiveName="authorName2" FamilyName="authorName2"/>
</Contact>
</ContentMetadata>
</ContentData>
<ContentData>
<ContentMetadata Title="Chapter 3">
<Contact class="Parameter" ContactTypes="Customer">
<Person class="Parameter" DescriptiveName="authorName3" FamilyName="authorName3"/>
</Contact>
</ContentMetadata>
</ContentData>
</ContentList>
...
8.68 IdentificationField
Page 543 - Table 8-100
https://cip4.atlassian.net/browse/JDF-83
The description in @ValueTemplate has a wrong reference.
ValueTemplate ? | string | A list of values used with @ValueTemplate @ValueFormat to define fixed and/or variable content of barcodes or text. |
8.122 Renderingparams
Page 679 - Table 8-219
https://cip4.atlassian.net/browse/JDF-19
RenderingParams/@MimeType is new in JDF 1.5 and must therefore be optional. The table row should read (note the "?"):
MimeType ? | string | @MimeType identifies the MIME type associated with this output file format. For example "application/pdf". |
Chapter 9 Resources
9.7 Media
Page 774 - Table 9-13: Media Resource (Sheet 6 of 10)
https://cip4.atlassian.net/browse/JDF-52 A line feed is missing between the MediaType values Transparency and Unknown
MediaType ? Modified in JDF 1.5 | NMTOKEN | ... Transparency Unknown – Deprecated in JDF 1.2 ... |
Appendix B Schema
B.1.1 Using xsi:type with JDF Nodes
Page 939 B.1.1 Using xsi:type with JDF Nodes
https://cip4.atlassian.net/browse/JDF-98 The xsi:schemaLocation declaration is missing the namespace uri: "http://www.CIP4.org/Schema/JDFSchema_1_1 http://www.CIP4.org/Schema/JDFSchema_1_4/JDF.xsd".
<JDF xmlns="http://www.CIP4.org/JDFSchema_1_1" ID="BackCover" Status="InProgress"
Type="DigitalPrinting" Version="1.4" JobPartID="345"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.CIP4.org/Schema/JDFSchema_1_1 http://www.CIP4.org/Schema/JDFSchema_1_4/JDF.xsd"
xsi:type="DigitalPrinting">