Changes between Version 33 and Version 34 of echo-schema


Ignore:
Timestamp:
Jul 19, 2011, 2:45:53 PM (13 years ago)
Author:
Wolfgang Schmidle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • echo-schema

    v33 v34  
    379379=== echo-attribute
    380380
     381In echo-attribute werden Standard-Attribute definiert.
     382
     383Text-Eigenschaften:
     384 * echo.language.attrib (@xml:lang)
     385 * echo.style.attrib (@style):
     386   * direkt in: <text>; <emph>, <num>, <var>, <w>, <place>, <time>, <person>
     387   * via echo.core.attrib in: <div>, <p>, <quote>, <note>, <handwritten>, <entry>; <reg>, <foreign>, <ref>, <q>
     388   * via echo.inline.attrib in: <head>, <s>, <caption>, <description>, <variables>, <form>, <translation>, <pronunciation>
     389   * in xhtml:* als @class
     390 * echo.id.attrib (@xml:id)
     391 * echo.core.attrib fasst echo.language.attrib, echo.style.attrib und echo.id.attrib zusammen
     392 * echo.space.attrib (@xml:space="preserve")
     393 * echo.inline.attrib ist echo.core.attrib plus echo.space.attrib
     394
     395Div-Attribute:
     396 * echo.n.attrib (@n)
     397 * echo.level.attrib (@level)
     398Notes:
     399 * echo.symbol.attrib (@symbol)
     400Links:
     401 * echo.file.attrib (@file)
     402 * echo.internal-link.attrib (@xlink:href, @xlink:label, @xlink:type)
     403 * echo.external-link.attrib (@xlink:href)
     404Zitate:
     405 * echo.delimiter.attrib (@open, @close)
     406 
    381407=== echo-datatype
    382408