<encodingDesc>

(encoding description) – Documents the relationship between an electronic file and the source or sources from which it was derived as well as applications used in the encoding/editing process.
Module
Attributes
@label, @type, @xml:id
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
Member of
(encodingDesc isn't member of any model class)
Contained By
<meiHead>(MEI header) – Supplies the descriptive and declarative metadata prefixed to every MEI-conformant text.
<meiHead>(MEI header) – Supplies the descriptive and declarative metadata prefixed to every MEI-conformant text.
May Contain
<appInfo>Groups information about applications which have acted upon the MEI file.
(MEI.shared) Groups elements used to provide a heading at the start of a text division or other markup component.
<appInfo>Groups information about applications which have acted upon the MEI file.
Remarks

The model of this element is based on the encodingDesc element of the Text Encoding Initiative (TEI).

Declaration
<elementSpec rend="add" ident="encodingDesc" module="MEI.header">
<gloss xml:lang="en">encoding description</gloss>
<desc xml:lang="en">Documents the relationship between an electronic file and the source or sources from which it was derived as well as applications used in the encoding/editing process.</desc>
<classes>
<memberOf key="att.common"/>
</classes>
<content>
<zeroOrMore>
<ref name="model.headLike"/>
</zeroOrMore>
<optional>
<ref name="appInfo"/>
</optional>
<optional>
<ref name="editorialDecl"/>
</optional>
<optional>
<ref name="projectDesc"/>
</optional>
<optional>
<ref name="samplingDecl"/>
</optional>
<zeroOrMore>
<ref name="domainsDecl"/>
</zeroOrMore>
<optional>
<ref name="tagsDecl"/>
</optional>
<optional>
<ref name="classDecls"/>
</optional>
</content>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-encodingDesc.html">encodingDesc</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>