<attList>
<attList> (attribute list) 当該要素に関する全ての属性に関する文書を、一連の要素attDef で示す。 [23.5 Element Specifications 23.6 Class Specifications] | |||||||||
モジュール | tagdocs — Documentation Elements | ||||||||
属性 |
|
||||||||
上位 |
tagdocs: attList classSpec elementSpec
|
||||||||
下位 | |||||||||
例 | |||||||||
例 |
<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> |
||||||||
宣言 |
<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 )+ } |