This element is used to mark up all infomation concerning - the VL sent as model - more information about the model. - if it is or not a new composition - the schema used according formex rules - if there is or not an xml preparation - if the printer is asking to have a prior of reading - if the printer is asking to have a proof reading |
Element | PRE.PRESS.REQUEST |
<xs:element name="REQUEST.INSTRUCTIONS"> <xs:annotation> <xs:documentation>This element is used to mark up all infomation concerning - the VL sent as model - more information about the model. - if it is or not a new composition - the schema used according formex rules - if there is or not an xml preparation - if the printer is asking to have a prior of reading - if the printer is asking to have a proof reading</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="MODEL.VL" minOccurs="0"/> <xs:element ref="MODEL.TXT" minOccurs="0"/> <xs:choice> <xs:sequence> <xs:element ref="SCHEMA" minOccurs="0"/> <xs:element ref="OPTION"/> </xs:sequence> <xs:sequence> <xs:element ref="EXISTING.COMPO"/> <xs:element ref="SCHEMA" minOccurs="0"/> <xs:element ref="XML.PREPARATION"/> <xs:element ref="PRIOR.READING"/> <xs:element ref="PROOF.READING"/> <xs:element ref="SYNOPTICAL.CONTROL"/> </xs:sequence> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |