<attList>
<attList> (attribute list) contiene la documentazione relativa agli attributi associati all'elemento in questione sotto forma di una serie di elementi attDef [22.5 Element Specifications 22.6 Class Specifications] | |||||||||
Modulo | tagdocs — Documentation Elements | ||||||||
Attributi | 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.global.source (@source))
| ||||||||
Contenuto in | tagdocs: attList classSpec elementSpec | ||||||||
Può contenere | |||||||||
Esempio | <attList> <attDef ident="type" usage="opt"> <desc>type of schema</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> </attDef> </attList> | ||||||||
Esempio | <attList org="choice"> <attDef ident="active"> <desc versionDate="2005-07-24" xml:lang="en">identifies the <soCalled>active</soCalled> participants in a non-mutual relationship, or all the participants in a mutual one.</desc> <datatype maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> <attDef ident="mutual" usage="opt"> <desc versionDate="2005-07-24" xml:lang="en">supplies a list of participants amongst all of whom the relationship holds equally.</desc> <datatype maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> | ||||||||
Content model | <content> | ||||||||
Dichiarazione | <rng:element name="attList"> element attList { 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.global.source.attributes, attribute org { "group" | "choice" }?, ( attRef | attDef | attList )+ } |