att.audience

Attributes that describe the intended audience.
Module
MEI.shared
Attributes
audience
audience(optional)The intended audience. Allowed values are: "private" (Internal use only.), "public" (Available to all audiences.)
audience(optional)The intended audience. Allowed values are: "private" (Internal use only.), "public" (Available to all audiences.)
Component declarations that are shared between two or more modules.
audience(optional)The intended audience. Allowed values are: "private" (Internal use only.), "public" (Available to all audiences.)
Available at
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
annot(annotation) – Provides a statement explaining the text or indicating the basis for an assertion.
Declaration
<classSpec ident="att.audience" module="MEI.shared" type="atts">
<desc>Attributes that describe the intended audience.</desc>
<attList org="group">
<attDef ident="audience" usage="opt">
<desc>The intended audience.</desc>
<valList type="closed">
<valItem ident="private">
<desc>Internal use only.</desc>
</valItem>
<valItem ident="public">
<desc>Available to all audiences.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>