data.PART

Reference to parts.
Module
Used by
These class-based attributes use data.PART
att.partIdent/@partIndicates the part in which the current feature should appear. Use 'all' when the feature should occur in every part or 'none' when the feature should not appear in any part.
Declaration
<macroSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="data.PART" module="MEI" type="dt">
<desc xml:lang="en">Reference to parts.</desc>
<content>
<choice>
<value>all</value>
<value>none</value>
<list>
<oneOrMore>
<ref name="data.URI"/>
</oneOrMore>
</list>
</choice>
</content>
</macroSpec>