This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "V3 PubProcess - Prepare Freehand MIF"

From HL7Wiki
Jump to navigation Jump to search
m
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
[[Category:HowTo]]
 
==02.00...Manual Preparation of Freehand MIF Files==
 
==02.00...Manual Preparation of Freehand MIF Files==
 
Several V3 files, usually those in the Infrastructure and Help sections, are hand-edited MIF files.  These &quot;freehand&quot; documents are validated using the mif-model-package.xsd schema.  The instructions below provide an overview of the files and guidance for editors of the files.  In addition, these instructions provide several examples of common document structures, such as block items &ndash; like lists and tables &ndash; inline items &ndash; like font styles and anchors &ndash; and other elements &ndash; such as embedded images or references to other V3 objects and specifications.
 
Several V3 files, usually those in the Infrastructure and Help sections, are hand-edited MIF files.  These &quot;freehand&quot; documents are validated using the mif-model-package.xsd schema.  The instructions below provide an overview of the files and guidance for editors of the files.  In addition, these instructions provide several examples of common document structures, such as block items &ndash; like lists and tables &ndash; inline items &ndash; like font styles and anchors &ndash; and other elements &ndash; such as embedded images or references to other V3 objects and specifications.
Line 5: Line 6:
 
===02.01...Template Files for Freehand MIF Files===
 
===02.01...Template Files for Freehand MIF Files===
 
A complete document is constructed from three MIF files (where &quot;filename&quot; is the V3 Publishing named identifier for the document set):
 
A complete document is constructed from three MIF files (where &quot;filename&quot; is the V3 Publishing named identifier for the document set):
* [filename]-publication.mif &ndash; The &quot;parent&quot; document.  This is a short file whose purpose is to define the high-level publication information.  Most likely you will not need to do any editing of this file beyond periodically updating the date in the renderingInformation element.
+
* '''[filename]-publication.mif''' &ndash; The '''PARENT''' document.  This is a short file whose purpose is to define the high-level publication information.  Most likely ''you will not need to do any editing'' of this file beyond periodically updating the date in the renderingInformation element.
* [filename]-ballot.mif &ndash; This file contains information specific to the CURRENT BALLOT status of the document.  Important sections in this file include the Co-Chairs, Contributors and Editors List, the Notes to Readers, the Summary of Changes from Previous Release, and related sections such as open issues, scope of ballot, etc.
+
* '''[filename]-ballot.mif''' &ndash; This file contains information specific to the '''CURRENT BALLOT STATUS''' of the document.  Important sections in this file include the ''Co-Chairs, Contributors and Editors List'', the ''Notes to Readers'', the ''Summary of Changes from Previous Release'', and related sections such as open issues, scope of ballot, etc.
* [filename]-package.mif &ndash; This file contains the ACTUAL TEXTUAL CONTENTS of the document.  The construction of this document should look familiar to those who have edited other V3 XML files in the past.
+
* '''[filename]-package.mif''' &ndash; This file contains the '''ACTUAL TEXTUAL CONTENTS''' of the document.  The construction of this document should look familiar to those who have edited other V3 XML files in the past.
  
 
===02.02...Common References for Freehand MIF Files===
 
===02.02...Common References for Freehand MIF Files===
 
The publication, ballot and package MIF files contain several common elements and references.  In general, editors should not need to make many updates to these elements and references and special care should be taken when making changes.  
 
The publication, ballot and package MIF files contain several common elements and references.  In general, editors should not need to make many updates to these elements and references and special care should be taken when making changes.  
  
The items in this file that CAN be updated are as follows:
+
The items in these files that CAN be updated are as follows:
*The application attribute in mif:renderingInformation SHOULD be set to "manual" although this is recommended but not mandatory.
+
*The '''application attribute''' in mif:renderingInformation SHOULD be set to "manual" although this is recommended but not mandatory.
*The renderingTime attribute in mif:renderingInformation SHOULD be periodically updated to the current date, although hours and minutes should be considered inconsequential.
+
*The '''renderingTime attribute''' in mif:renderingInformation SHOULD be periodically updated to the current date, although hours and minutes should be considered inconsequential.
*The title attribute in both the mif:package and mif:freehandDocument elements SHOULD be the same and should match the official name of the document.  This is the descriptive name for the package in circumstances where the 'name' (as in mif:packageLocation) is more of an identifier.
+
*The '''title attribute''' in both the mif:package and mif:freehandDocument elements SHOULD be the same and should match the official name of the document.  This is the descriptive name for the package in circumstances where the &quot;name&quot; (as in mif:packageLocation) is more of an identifier.
  
 
In general, the following items SHOULD NOT be changed:
 
In general, the following items SHOULD NOT be changed:
*The name attribute in mif:packageLocation should be the same in all three files.  This name MUST correspond to the V3 Publishing defined name for the document set.  This is a controlled name and must be insured to be unique and registered in the HQ publishing system in order for the document to properly published.  The various documents will be provided from HQ with these values set.
+
*The '''name attribute''' in mif:packageLocation should be the same in all three files.  This name '''SHALL''' correspond to the V3 Publishing defined name for the document set.  This is a ''controlled name'' and must be unique and registered in the HQ publishing system in order for the document to properly published.  The various documents will be provided from HQ with these values set.
*The schemaVersion attribute in mif:package MUST be &quot;2.2.0&quot;.
+
*The '''schemaVersion attribute'' in mif:package MUST be '''&quot;2.2.0&quot;'''.
*The xsd path string in the xsi:schemaLocation attribute in mif:package MUST point to the location of the mif-model-package.xsd in order for this document to validate.  This string will be preset to &quot;../../../ToolFiles/MIF2_2Schemas/mif-model-package.xsd&quot;. (Experienced editors MAY modify the path to mif-model-package.xsd in instances where their local directory structure does not to correspond to this path; for instance, an editor might place the schema file in the same directory as the document being edited and shorten to the path string to just &quot;mif-model-package.xsd&quot;.)
+
*The '''xsd path string''' in the xsi:schemaLocation attribute in mif:package '''MUST''' point to the location of the mif-model-package.xsd in order for this document to validate.  This string will be ''preset'' to &quot;../../../ToolFiles/MIF2_2Schemas/mif-model-package.xsd&quot;. (Experienced editors MAY modify the path to mif-model-package.xsd in instances where their local directory structure does not to correspond to this path; for instance, an editor might place the schema file in the same directory as the document being edited and shorten to the path string to just &quot;mif-model-package.xsd&quot;.)
 
 
  
 
===02.03...Document-Specific References for Freehand MIF Files===
 
===02.03...Document-Specific References for Freehand MIF Files===
 
The publication, ballot and package MIF files each serve a specific function and will have elements and references not shared by the other files. This section provides an overview of some of these key elements and references for each specific file.
 
The publication, ballot and package MIF files each serve a specific function and will have elements and references not shared by the other files. This section provides an overview of some of these key elements and references for each specific file.
 
:'''[FileName]-publication.mif''' (The parent file for the document set):
 
:'''[FileName]-publication.mif''' (The parent file for the document set):
* Other than periodically updating the renderingTime attribute of the renderingInformation element, you should not need to make any changes to this file.
+
::* Other than periodically updating the '''renderingTime attribute''' of the renderingInformation element, you should not need to make any changes to this file. (Only the date portion of this attribute should be updated; the minutes and seconds portion SHALL be considered inconsequential.)
  
 
:'''[FileName]-ballot.mif''' (The file containing the ballot-specific information for the document set):
 
:'''[FileName]-ballot.mif''' (The file containing the ballot-specific information for the document set):
* Co-Chairs, Contributors and Editors List &ndash; This section identifies individuals who contibuted to the creation or maintenance of the package.  The Contributors list SHOULD contain a listing of the following individuals:
+
::* The '''renderingTime attribute''' of the renderingInformation element '''SHOULD''' be periodically updated to reflect the current date.  Only the date should be updated; the minutes and sections SHALL be considered inconsequential.
'1 - WG Co-Chairs
+
::* The '''groupName attribute''' of the responsibleGroup element '''SHOULD''' reflect the name of the WG responsible for balloting the document set.  Only a ''single WG should be listed here''; in cases where more than one WG are sponsoring a ballot, the WG of record with the HL7 PMO SHALL be listed.
'2 - MnM Facilitator
+
::* The '''email element''' under the responsibleGroup element '''SHOULD''' be used to provide a primary contact email for the WG.  (Note that the email address shall take this form: &quot;&lt;email&gt;'''mailto'''://name@organization.org&lt;/email&gt;)
'3 - Vocabulary Facilitator
+
 
'4 - Publishing Facilitator
+
:'''[FileName]-package.mif''' (The file containing the actual document/standard content for the document set):
Other individuals SHALL be acknowledged in the Acknowledgements section of the Preface.
+
::* The '''renderingTime attribute''' of the renderingInformation element '''SHOULD''' be periodically updated to reflect the current date.  Only the date should be updated; the minutes and sections SHALL be considered inconsequential.
 +
::* The '''groupName attribute''' of the responsibleGroup element '''SHOULD''' reflect the name of the WG responsible for balloting the document set.  Only a ''single WG should be listed here''; in cases where more than one WG are sponsoring a ballot, the WG of record with the HL7 PMO SHALL be listed.
 +
 
 +
===02.04...Ballot-Specific Information &ndash; [FileName]-ballot.mif===
 +
The ballot MIF file contains information specific to the balloting of the document.
 +
* '''Co-Chairs, Contributors and Editors List''' &ndash; This div section identifies individuals who contibuted to the creation or maintenance of the package.  The Contributors list '''SHOULD''' contain a listing of the following individuals:
 +
::1 - WG Co-Chairs
 +
::2 - MnM Facilitator
 +
::3 - Vocabulary Facilitator
 +
::4 - Publishing Facilitator
 +
:Other individuals '''SHALL''' be acknowledged in the Acknowledgements section of the Preface.
 +
* '''Notes to Readers (REQUIRED)''' &ndash; This section '''SHALL''' include the ballot level and version specific to the document release.  It '''SHOULD''' also contain any other information relevant to readers of the material, such as ballot scope.
 +
* '''Acknowledgements''' &ndash; This section '''SHOULD''' be used to formally acknowledge individuals and organizations that contributed to the creation of the document that are not listed in the Contributors section.
 +
* '''Changes from Previous Release (REQUIRED)''' &ndash; This section '''SHALL''' list all ''Substantive Changes'' since the last ballot of the material.
 +
* '''Prerequisites, Assumptions and Conventions''' &ndash; This section '''SHOULD''' be used to provide the reader with an overview of important assumption, any prerequisites needed, and an overview of background material useful to understanding the document.
 +
* '''Known Issues or Planned Changes''' &ndash; This section '''SHOULD''' be used to provide the reader with a brief overview of areas that the WG has identified as requiring additional work and giving some indication as to what will be done to address these issues.
 +
* '''Other Notes''' &ndash;  This section '''SHOULD''' be used to provide the reader with any additional information the WG feels will be helpful in reviewing the document.
 +
Note that all of these sections are contained within divs.  Div setup is as follows:
 +
* '''hl7Id Attribute''' &ndash; Takes the form ''hl7Id=&quot;prefNotes&quot;'' where the ''hl7Id'' is a string constructed using a simple mnemonic identifying the general section of the document (such as ''pref'', for &quot;Preface&quot;) and specific section (such as ''Changes'', for &quot;Changes from Last Ballot&quot;).
 +
* '''title Attribute''' &ndash; ''title=&quot;Notes to Readers&quot;'' where the title contains text to clearly and uniquely identify the ''specific section'' of the document.  Established document sections '''SHALL''' use the titles identified here and in the ''Publishing Facilitators Guide''.
 +
 
 +
===02.05...Document Content Package &ndash; [FileName]-package.mif===
 +
The package MIF file contains the actual contents of the document being published or balloted.  In general, the sections of this file will be dependent upon the structure of the document.  However, all documents '''SHALL''' begin with an '''Overview section'''.  In addition, the following requirement applies:
 +
* The first sub section of the Overview '''SHALL''' be titled &quot;Introduction and Scope&quot; and this section '''SHALL''' contain a description of the document that is ''at a minimum'' sufficient for a person unfamiliar with the document to understand the document's business and scope, and its relationship to HL7 International.
 +
* The &quot;Introduction and Scope&quot; section '''SHALL''' also explain the need for a specification.
 +
Addition sections of the document are expected to be constructed in a logical manner with clear descriptive section titles.  For specific formatting of block elements, inline elements, references and other objects, refer to the appropriate formatting sections below.
 +
 
 +
{{to-top}}
 +
 
 +
{{:ToPublishingProcessRoot}}

Latest revision as of 15:07, 19 October 2010

02.00...Manual Preparation of Freehand MIF Files

Several V3 files, usually those in the Infrastructure and Help sections, are hand-edited MIF files. These "freehand" documents are validated using the mif-model-package.xsd schema. The instructions below provide an overview of the files and guidance for editors of the files. In addition, these instructions provide several examples of common document structures, such as block items – like lists and tables – inline items – like font styles and anchors – and other elements – such as embedded images or references to other V3 objects and specifications.

02.01...Template Files for Freehand MIF Files

A complete document is constructed from three MIF files (where "filename" is the V3 Publishing named identifier for the document set):

  • [filename]-publication.mif – The PARENT document. This is a short file whose purpose is to define the high-level publication information. Most likely you will not need to do any editing of this file beyond periodically updating the date in the renderingInformation element.
  • [filename]-ballot.mif – This file contains information specific to the CURRENT BALLOT STATUS of the document. Important sections in this file include the Co-Chairs, Contributors and Editors List, the Notes to Readers, the Summary of Changes from Previous Release, and related sections such as open issues, scope of ballot, etc.
  • [filename]-package.mif – This file contains the ACTUAL TEXTUAL CONTENTS of the document. The construction of this document should look familiar to those who have edited other V3 XML files in the past.

02.02...Common References for Freehand MIF Files

The publication, ballot and package MIF files contain several common elements and references. In general, editors should not need to make many updates to these elements and references and special care should be taken when making changes.

The items in these files that CAN be updated are as follows:

  • The application attribute in mif:renderingInformation SHOULD be set to "manual" although this is recommended but not mandatory.
  • The renderingTime attribute in mif:renderingInformation SHOULD be periodically updated to the current date, although hours and minutes should be considered inconsequential.
  • The title attribute in both the mif:package and mif:freehandDocument elements SHOULD be the same and should match the official name of the document. This is the descriptive name for the package in circumstances where the "name" (as in mif:packageLocation) is more of an identifier.

In general, the following items SHOULD NOT be changed:

  • The name attribute in mif:packageLocation should be the same in all three files. This name SHALL correspond to the V3 Publishing defined name for the document set. This is a controlled name and must be unique and registered in the HQ publishing system in order for the document to properly published. The various documents will be provided from HQ with these values set.
  • The schemaVersion attribute in mif:package MUST be "2.2.0"'.
  • The xsd path string in the xsi:schemaLocation attribute in mif:package MUST point to the location of the mif-model-package.xsd in order for this document to validate. This string will be preset to "../../../ToolFiles/MIF2_2Schemas/mif-model-package.xsd". (Experienced editors MAY modify the path to mif-model-package.xsd in instances where their local directory structure does not to correspond to this path; for instance, an editor might place the schema file in the same directory as the document being edited and shorten to the path string to just "mif-model-package.xsd".)

02.03...Document-Specific References for Freehand MIF Files

The publication, ballot and package MIF files each serve a specific function and will have elements and references not shared by the other files. This section provides an overview of some of these key elements and references for each specific file.

[FileName]-publication.mif (The parent file for the document set):
  • Other than periodically updating the renderingTime attribute of the renderingInformation element, you should not need to make any changes to this file. (Only the date portion of this attribute should be updated; the minutes and seconds portion SHALL be considered inconsequential.)
[FileName]-ballot.mif (The file containing the ballot-specific information for the document set):
  • The renderingTime attribute of the renderingInformation element SHOULD be periodically updated to reflect the current date. Only the date should be updated; the minutes and sections SHALL be considered inconsequential.
  • The groupName attribute of the responsibleGroup element SHOULD reflect the name of the WG responsible for balloting the document set. Only a single WG should be listed here; in cases where more than one WG are sponsoring a ballot, the WG of record with the HL7 PMO SHALL be listed.
  • The email element under the responsibleGroup element SHOULD be used to provide a primary contact email for the WG. (Note that the email address shall take this form: "<email>mailto://name@organization.org</email>)
[FileName]-package.mif (The file containing the actual document/standard content for the document set):
  • The renderingTime attribute of the renderingInformation element SHOULD be periodically updated to reflect the current date. Only the date should be updated; the minutes and sections SHALL be considered inconsequential.
  • The groupName attribute of the responsibleGroup element SHOULD reflect the name of the WG responsible for balloting the document set. Only a single WG should be listed here; in cases where more than one WG are sponsoring a ballot, the WG of record with the HL7 PMO SHALL be listed.

02.04...Ballot-Specific Information – [FileName]-ballot.mif

The ballot MIF file contains information specific to the balloting of the document.

  • Co-Chairs, Contributors and Editors List – This div section identifies individuals who contibuted to the creation or maintenance of the package. The Contributors list SHOULD contain a listing of the following individuals:
1 - WG Co-Chairs
2 - MnM Facilitator
3 - Vocabulary Facilitator
4 - Publishing Facilitator
Other individuals SHALL be acknowledged in the Acknowledgements section of the Preface.
  • Notes to Readers (REQUIRED) – This section SHALL include the ballot level and version specific to the document release. It SHOULD also contain any other information relevant to readers of the material, such as ballot scope.
  • Acknowledgements – This section SHOULD be used to formally acknowledge individuals and organizations that contributed to the creation of the document that are not listed in the Contributors section.
  • Changes from Previous Release (REQUIRED) – This section SHALL list all Substantive Changes since the last ballot of the material.
  • Prerequisites, Assumptions and Conventions – This section SHOULD be used to provide the reader with an overview of important assumption, any prerequisites needed, and an overview of background material useful to understanding the document.
  • Known Issues or Planned Changes – This section SHOULD be used to provide the reader with a brief overview of areas that the WG has identified as requiring additional work and giving some indication as to what will be done to address these issues.
  • Other Notes – This section SHOULD be used to provide the reader with any additional information the WG feels will be helpful in reviewing the document.

Note that all of these sections are contained within divs. Div setup is as follows:

  • hl7Id Attribute – Takes the form hl7Id="prefNotes" where the hl7Id is a string constructed using a simple mnemonic identifying the general section of the document (such as pref, for "Preface") and specific section (such as Changes, for "Changes from Last Ballot").
  • title Attributetitle="Notes to Readers" where the title contains text to clearly and uniquely identify the specific section of the document. Established document sections SHALL use the titles identified here and in the Publishing Facilitators Guide.

02.05...Document Content Package – [FileName]-package.mif

The package MIF file contains the actual contents of the document being published or balloted. In general, the sections of this file will be dependent upon the structure of the document. However, all documents SHALL begin with an Overview section. In addition, the following requirement applies:

  • The first sub section of the Overview SHALL be titled "Introduction and Scope" and this section SHALL contain a description of the document that is at a minimum sufficient for a person unfamiliar with the document to understand the document's business and scope, and its relationship to HL7 International.
  • The "Introduction and Scope" section SHALL also explain the need for a specification.

Addition sections of the document are expected to be constructed in a logical manner with clear descriptive section titles. For specific formatting of block elements, inline elements, references and other objects, refer to the appropriate formatting sections below.

Jump to top of page

Jump to Publishing Process "Root" Page