<elementSpec>
<elementSpec> (specifica dell'elemento) documenta struttura, contenuto e scopo di un unico tipo di elemento 22.4.4 Element Specifications 22 Documentation Elements | |||||||||||||
Modulo | tagdocs — 22 Documentation Elements | ||||||||||||
Oltre agli attributi globali | att.identified (@ident, @predeclare, @module) (att.combinable (@mode))
|
||||||||||||
Usato da | |||||||||||||
Può contenere | |||||||||||||
Dichiarazione |
element elementSpec { att.global.attributes, att.identified.attributes, att.combinable.attributes, attribute ns { data.namespace }?, attribute prefix { "" | data.name }?, ( model.glossLike*, classes?, content?, valList?, constraintSpec*, attList?, exemplum*, remarks*, listRef* ) } |
||||||||||||
Esempio |
<elementSpec module="tagdocs" ident="code">
<equiv/> <gloss/> <desc>contains literal code</desc> <classes> <memberOf key="model.emphLike"/> </classes> <content> <rng:text/> </content> <attList> <attDef ident="type" usage="opt"> <equiv/> <desc>the language of the code</desc> <datatype> <rng:ref name="data.enumerated"/> </datatype> </attDef> </attList> </elementSpec> |