<arc>
<arc> グラフを構成するノード間の辺を示す. [19.1 Graphs and Digraphs] | |||||||||||||||||
モジュール | nets — Graphs, Networks, and Trees | ||||||||||||||||
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||||||||||
クラブのメンバー | |||||||||||||||||
上位 | nets: graph | ||||||||||||||||
下位 | core: label | ||||||||||||||||
宣言 |
element arc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute from { data.pointer }, attribute to { data.pointer }, ( label, label? )? } | ||||||||||||||||
例 | |||||||||||||||||
解説 | 要素arcは,ラベル付き辺の場合には必ず使用される. そうでない場合,辺は,要素nodeの属性adj, adjTo, adjFromとして示すことも可能である. しかし,この方法は記述が冗長になるかもしれない. 要素labelの数は,0,1,2の場合がある.最初に出現する要素 labelには,当該辺のラベルが付与される.2番目に来る要素 labelには,当該辺の2番目のラベルが付与される.変換グラフ をマークアップする場合には,2番目のラベルが使用されるべきである. |