att.whitespace

Attributes that address whitespace processing.
Module
Attributes
xml:space
xml:space(optional)Allows one to signal to an application whether an element’s white space is "significant". The behavior of xml:space cascades to all descendant elements, but it can be turned off locally by setting the xml:space attribute to the value default. Allowed values are: "default" (Allows the application to handle white space as necessary. Not including an xml:space attribute produces the same result as using the default value.), "preserve" (Instructs the application to maintain white space "as-is", suggesting that it might have meaning.)
xml:space(optional)Allows one to signal to an application whether an element’s white space is "significant". The behavior of xml:space cascades to all descendant elements, but it can be turned off locally by setting the xml:space attribute to the value default. Allowed values are: "default" (Allows the application to handle white space as necessary. Not including an xml:space attribute produces the same result as using the default value.), "preserve" (Instructs the application to maintain white space "as-is", suggesting that it might have meaning.)
Component declarations that are shared between two or more modules.
xml:space(optional)Allows one to signal to an application whether an element’s white space is "significant". The behavior of xml:space cascades to all descendant elements, but it can be turned off locally by setting the xml:space attribute to the value default. Allowed values are: "default" (Allows the application to handle white space as necessary. Not including an xml:space attribute produces the same result as using the default value.), "preserve" (Instructs the application to maintain white space "as-is", suggesting that it might have meaning.)
Available at
extDataProvides a container element for non-MEI data formats.
extMetaProvides a container element for non-MEI metadata formats.
incipCodeIncipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
rendA formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
Metadata header component declarations.
extMetaProvides a container element for non-MEI metadata formats.
incipCodeIncipit coded in a non-XML, plain text format, such as Plaine & Easie Code.
Component declarations that are shared between two or more modules.
extDataProvides a container element for non-MEI data formats.
rendA formatting element indicating special visual rendering, e.g., bold or italicized, of a text word or phrase.
Declaration
<classSpec ident="att.whitespace" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that address whitespace processing.</desc>
<!--<attDef ident="space" ns="http://www.w3.org/XML/1998/namespace" usage="opt">-->
<attList>
<attDef ident="xml:space" usage="opt">
<desc xml:lang="en">Allows one to signal to an application whether an element’s white space is "significant". The behavior of xml:space cascades to all descendant elements, but it can be turned off locally by setting the xml:space attribute to the value
<val>default</val>
.</desc>
<valList type="closed">
<valItem ident="default">
<desc xml:lang="en">Allows the application to handle white space as necessary. Not including an xml:space attribute produces the same result as using the default value.</desc>
</valItem>
<valItem ident="preserve">
<desc xml:lang="en">Instructs the application to maintain white space "as-is", suggesting that it might have meaning.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>