att.audience

Attributes that describe the intended audience.
Module
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>Provides a statement explaining the text or indicating the basis for an assertion.
Component declarations that are shared between two or more modules.
<annot>Provides a statement explaining the text or indicating the basis for an assertion.
Declaration
<classSpec ident="att.audience" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe the intended audience.</desc>
<attList>
<attDef ident="audience" usage="opt">
<desc xml:lang="en">The intended audience.</desc>
<valList type="closed">
<valItem ident="private">
<desc xml:lang="en">Internal use only.</desc>
</valItem>
<valItem ident="public">
<desc xml:lang="en">Available to all audiences.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>