|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | |
4 | | - XJDF Schema 2.x.124-SNAPSHOT-4b7c1c1 (2025-02-26 21:27:44Z) |
| 4 | + XJDF Schema 2.x.133-SNAPSHOT-cdee6d2 (2025-11-05 12:24:31Z) |
5 | 5 |
|
6 | 6 | CIP4 Organization |
7 | 7 | https://www.cip4.org |
|
15 | 15 | License: https://github.com/cip4/XJDF-Schema/blob/main/LICENSE.md |
16 | 16 | |
17 | 17 | --> |
18 | | -<xs:schema targetNamespace="http://www.CIP4.org/JDFSchema_2_0" xmlns="http://www.CIP4.org/JDFSchema_2_0" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.x.124-SNAPSHOT-4b7c1c1"> |
| 18 | +<xs:schema targetNamespace="http://www.CIP4.org/JDFSchema_2_0" xmlns="http://www.CIP4.org/JDFSchema_2_0" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.x.133-SNAPSHOT-cdee6d2"> |
19 | 19 | <xs:simpleType name="language"> |
20 | 20 | <xs:restriction base="xs:string"/> |
21 | 21 | </xs:simpleType> |
|
312 | 312 | <xs:enumeration value="UV"/> |
313 | 313 | </xs:restriction> |
314 | 314 | </xs:simpleType> |
| 315 | + <xs:simpleType name="FeedSheetLay"> |
| 316 | + <xs:restriction base="xs:NMTOKEN"> |
| 317 | + <xs:enumeration value="Leading"/> |
| 318 | + <xs:enumeration value="Trailing"/> |
| 319 | + </xs:restriction> |
| 320 | + </xs:simpleType> |
315 | 321 | <xs:simpleType name="SheetLay"> |
316 | 322 | <xs:restriction base="xs:NMTOKEN"> |
317 | 323 | <xs:enumeration value="Center"/> |
|
3697 | 3703 | <xs:extension base="SpecificResource"> |
3698 | 3704 | <xs:sequence> |
3699 | 3705 | <xs:element maxOccurs="unbounded" minOccurs="0" ref="IdentificationField"/> |
| 3706 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="SurfaceMark"/> |
3700 | 3707 | </xs:sequence> |
3701 | 3708 | <xs:attribute name="Automation" type="EnumAutomation" use="optional"/> |
3702 | 3709 | <xs:attribute name="CartonTopFlaps" type="XYPair" use="optional"/> |
|
3780 | 3787 | <xs:complexContent> |
3781 | 3788 | <xs:extension base="SpecificResource"> |
3782 | 3789 | <xs:attribute name="Drying" type="EnumDrying" use="optional"/> |
| 3790 | + <xs:attribute name="FeedSheetLay" type="FeedSheetLay" use="optional"/> |
3783 | 3791 | <xs:attribute name="FirstSurface" type="Side" use="optional"/> |
3784 | 3792 | <xs:attribute name="FountainSolution" use="optional"> |
3785 | 3793 | <xs:simpleType> |
|
3970 | 3978 | </xs:restriction> |
3971 | 3979 | </xs:simpleType> |
3972 | 3980 | </xs:attribute> |
| 3981 | + <xs:attribute name="FeedSheetLay" type="FeedSheetLay" use="optional"/> |
3973 | 3982 | <xs:attribute name="ManualFeed" type="xs:boolean" use="optional"/> |
3974 | 3983 | <xs:attribute name="PageDelivery" use="optional"> |
3975 | 3984 | <xs:simpleType> |
|
4378 | 4387 | <xs:attribute name="Anchor" type="Anchor" use="optional"/> |
4379 | 4388 | <xs:attribute name="Automated" type="xs:boolean" use="optional"/> |
4380 | 4389 | <xs:attribute name="ExpansionBox" type="rectangle" use="optional"/> |
| 4390 | + <xs:attribute name="FeedSheetLay" type="FeedSheetLay" use="optional"/> |
4381 | 4391 | <xs:attribute name="FilmRef" type="xs:IDREF" use="optional"/> |
4382 | 4392 | <xs:attribute name="InnermostShingling" type="xs:float" use="optional"/> |
4383 | 4393 | <xs:attribute name="MaxCollect" type="xs:int" use="optional"/> |
|
4896 | 4906 | <xs:enumeration value="CIP3Multiple"/> |
4897 | 4907 | <xs:enumeration value="CIP3Single"/> |
4898 | 4908 | </xs:restriction> |
4899 | | - </xs:simpleType> |
| 4909 | + </xs:simpleType> |
4900 | 4910 | </xs:attribute> |
| 4911 | + <xs:attribute name="Resolution" type="XYPair" use="optional"/> |
| 4912 | + <xs:attribute name="Size" type="XYPair" use="optional"/> |
4901 | 4913 | </xs:extension> |
4902 | 4914 | </xs:complexContent> |
4903 | 4915 | </xs:complexType> |
|
5381 | 5393 | <xs:complexType> |
5382 | 5394 | <xs:sequence> |
5383 | 5395 | <xs:element maxOccurs="1" minOccurs="0" ref="BarcodeReproParams"/> |
5384 | | - <xs:element maxOccurs="unbounded" minOccurs="0" ref="FillMark"/> |
5385 | 5396 | <xs:element maxOccurs="unbounded" minOccurs="0" ref="ColorControlStrip"/> |
5386 | 5397 | <xs:element maxOccurs="unbounded" minOccurs="0" ref="CutMark"/> |
| 5398 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="FillMark"/> |
5387 | 5399 | <xs:element maxOccurs="unbounded" minOccurs="0" ref="IdentificationField"/> |
5388 | 5400 | <xs:element maxOccurs="1" minOccurs="0" ref="JobField"/> |
5389 | 5401 | <xs:element maxOccurs="1" minOccurs="0" ref="RefAnchor"/> |
|
5400 | 5412 | <xs:attribute name="MarkName" type="xs:NMTOKEN" use="optional"/> |
5401 | 5413 | <xs:attribute name="Offset" type="XYPair" use="optional"/> |
5402 | 5414 | <xs:attribute name="Orientation" type="Orientation" use="optional"/> |
| 5415 | + <xs:attribute name="PositionRef" type="xs:IDREF" use="optional"/> |
5403 | 5416 | <xs:attribute name="RelativeHeight" type="xs:float" use="optional"/> |
5404 | 5417 | <xs:attribute name="RelativeWidth" type="xs:float" use="optional"/> |
5405 | 5418 | <xs:attribute name="StripMarkDetails" type="xs:string" use="optional"/> |
5406 | 5419 | <xs:attribute name="VerticalFitPolicy" type="EnumFitPolicy" use="optional"/> |
5407 | 5420 | <xs:anyAttribute namespace="##other" processContents="lax"/> |
5408 | 5421 | </xs:complexType> |
5409 | 5422 | </xs:element> |
| 5423 | + <xs:element name="SurfaceMark"> |
| 5424 | + <xs:complexType> |
| 5425 | + <xs:sequence> |
| 5426 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="ColorControlStrip"/> |
| 5427 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="CutMark"/> |
| 5428 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="RegisterMark"/> |
| 5429 | + <xs:element maxOccurs="unbounded" minOccurs="0" ref="ScavengerArea"/> |
| 5430 | + </xs:sequence> |
| 5431 | + <xs:attribute name="Surface" type="Face" use="required"/> |
| 5432 | + <xs:anyAttribute namespace="##other" processContents="lax"/> |
| 5433 | + </xs:complexType> |
| 5434 | + </xs:element> |
5410 | 5435 | <xs:element name="TabDimensions"> |
5411 | 5436 | <xs:complexType> |
5412 | 5437 | <xs:attribute name="TabEdge" type="Edge" use="optional"/> |
|
0 commit comments