<dataRef>
<dataRef> identifies the datatype of an attribute value, either by referencing an item in an externally defined datatype library, or by pointing to a TEI-defined data specification [22.5.4.1 Datatypes] | |||||||||||||||||||||||||
Module | tagdocs — Documentation Elements | ||||||||||||||||||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) att.readFrom (@source)
| ||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | |||||||||||||||||||||||||
Peut contenir | Elément vide | ||||||||||||||||||||||||
Exemple | <schemaSpec ident="myTEI" source="http://www.tei-c.org/Vault/P5/current/xml/tei/odd/p5subset.xml"> <!-- ... --> <dataRef key="data.text" source="tei:1.5.0"/> <!-- ... --> </schemaSpec> | ||||||||||||||||||||||||
Exemple | <schemaSpec ident="myTEI" source="http://www.tei-c.org/Vault/P5/current/xml/tei/odd/p5subset.xml"> <!-- ... --> <dataRef name="float"/> <!-- ... --> </schemaSpec> | ||||||||||||||||||||||||
Exemple | <dataSpec ident="data.percentage"> <desc>datatype used for attributes taking an integer value between 0 and 99</desc> <content> <dataRef name="nonNegativeInteger" restriction="[0-9][0-9]?"/> </content> </dataSpec> | ||||||||||||||||||||||||
Modèle de contenu | <content> | ||||||||||||||||||||||||
Schéma Declaration | <rng:element name="dataRef"> element dataRef { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.readFrom.attributes, ( attribute key { teidata.xmlName }? | attribute name { teidata.xmlName }? | attribute ref { teidata.xmlName }? ), attribute restriction { teidata.pattern }?, empty } |