This element is used to collect all information about one item of the OJ, when the print production file is being composition. The information are: - the plan jo reference - the manuscript reference - the VL which have to be published - if the document is or not a codified document - in which heading or subheading belongs this act - the legal value of the document - the durability of this act - the short title - the date of adoption - the signatory (ies) - the official number of the act - the code of the treaty concerned. - the number of the page where starts the document (maindoc + annexes) - the number of the page where ends the document (maindoc + annexes) - the length in decimal format (up to 2 digits after the decimal point) - if the document is relevant for the EEA - the institution which is the author of the act - the demed reference - any comments - the description about the main document and the sub documents. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
NO.SEQ | restriction of xs:string | required |
Element | PRINT.PRODUCTION.FILE |
<xs:element name="ITEM.PUB"> <xs:annotation> <xs:documentation>This element is used to collect all information about one item of the OJ, when the print production file is being composition. The information are: - the plan jo reference - the manuscript reference - the VL which have to be published - if the document is or not a codified document - in which heading or subheading belongs this act - the legal value of the document - the durability of this act - the short title - the date of adoption - the signatory (ies) - the official number of the act - the code of the treaty concerned. - the number of the page where starts the document (maindoc + annexes) - the number of the page where ends the document (maindoc + annexes) - the length in decimal format (up to 2 digits after the decimal point) - if the document is relevant for the EEA - the institution which is the author of the act - the demed reference - any comments - the description about the main document and the sub documents.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="DOCUMENT.REF"/> <xs:element ref="PROCEDURE.NUMBER" minOccurs="0"/> <xs:element ref="MANUSCRIPT.REF"/> <xs:element ref="PUBLISHED.VL"/> <xs:element ref="CODIFIED.VERSION"/> <xs:element ref="HEADING" minOccurs="0"/> <xs:element ref="SUB.HEADING" minOccurs="0"/> <xs:element ref="DOC.TYPE"/> <xs:element ref="DURAB" minOccurs="0"/> <xs:element ref="SHORT.TITLE" minOccurs="0"/> <xs:element ref="DATE.ADOPT" minOccurs="0"/> <xs:element ref="SIGNATORY" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="OFFICIAL.NUMBER" minOccurs="0"/> <xs:element ref="TREATY.REF" minOccurs="0"/> <xs:element ref="START.PAGE"/> <xs:element ref="END.PAGE"/> <xs:element ref="LENGTH"/> <xs:element ref="EEA"/> <xs:element ref="INSTITUTION"/> <xs:element ref="DEMED.REFERENCE" minOccurs="0"/> <xs:element ref="COMMENTS" minOccurs="0"/> <xs:element ref="MAIN.DOC" minOccurs="0"/> <xs:element ref="SUB.DOC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="NO.SEQ" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d{4}"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |