<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 )+ } |