att.msClass

att.msClass provides attributes to indicate text type or classification. [10.6. Intellectual Content 10.6.1. The msItem and msItemStruct Elements]
Module msdescription
Members msContents msItem
Attributes Attributes
class identifies the text types or classifications applicable to this item by pointing to other elements or resources defining the classification concerned.
Status Optional
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Source Github

<classSpec module="msdescription" type="atts" ident="att.msClass">
   
<desc>provides attributes to indicate text type or classification.</desc>
   
<attList>
      
<attDef ident="class">
         
<desc>identifies the text types or classifications applicable to this
        item by pointing to other elements or resources defining the
        classification concerned. 
</desc>
         
<datatype minOccurs="1" maxOccurs="unbounded">
            
<dataRef key="teidata.pointer"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>