titlePage may be used to transcribe the item's title page. Other front matter structures, such as a preface, dedication, or table of contents, may be encoded as textual divisions; that is, as div elements, with an optional head sub-element describing the nature of the division. The pb element is allowed here in order to accommodate page images, e.g. cover, endpapers, etc. before and after the actual textual matter. This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded Archival Description (EAD) standards.
                     <elementSpec ident="front" module="MEI.text">
                        
                        <desc>(front matter) – Bundles prefatory text found before the start of the musical text.</desc>
                        
                        <classes>
                           
                           <memberOf
                                 key="att.common"/>
                           
                           <memberOf
                                 key="att.facsimile"/>
                           
                           <memberOf
                                 key="att.lang"/>
                           
                           <memberOf
                                 key="att.metadataPointing"/>
                           
                           <memberOf
                                 key="model.frontLike"/>
                           </classes>
                        
                        <content>
                           
                           <rng:zeroOrMore>
                              
                              <rng:choice>
                                 
                                 <rng:ref
                                       
                                       name="model.divLike"
                                       />
                                 
                                 <rng:ref
                                       
                                       name="model.frontAndBackPart"
                                       />
                                 
                                 <rng:ref
                                       
                                       name="model.milestoneLike.text"
                                       />
                                 
                                 <rng:ref
                                       
                                       name="model.relationLike"
                                       />
                                 </rng:choice>
                              </rng:zeroOrMore>
                           </content>
                        
                        <remarks>
                           
                           <p part="N"> 
                              <gi scheme="MEI">titlePage</gi> may be used to transcribe the item's title page. Other
                              front matter structures, such as a preface, dedication, or table of contents, may
                              be encoded
                              as textual divisions; that is, as 
                              <gi scheme="MEI">div</gi> elements, with an optional 
                              <gi scheme="MEI">head</gi> sub-element describing the nature of the division. The 
                              <gi scheme="MEI">pb</gi> element is allowed here in order to accommodate page images, e.g.
                              cover, endpapers, etc. before and after the actual textual matter.</p>
                           </remarks>
                        
                        <remarks>
                           
                           <p part="N">This element is modelled on elements in the Text Encoding Initiative (TEI) and Encoded
                              Archival Description (EAD) standards.</p>
                           </remarks>
                        </elementSpec>