fig-type
Type of Figure (図の種別)
図の種別または形態 (たとえば、“cartoon”、“chart”、“diagram”、“map”、“plate”、“workflow”)。
備考
次の要素に使用: <fig>
値 | 意味 |
---|---|
文字、数字または特殊文字 | 図で示されるオブジェクトの種別、たとえば、“diagram”、“chart”、“map” 。 |
制限 | @fig-type は任意属性です; 既定値はありません。 |
用例
...
<fig id="f3" position="anchor" fig-type="plate"
orientation="landscape">
<caption>...</caption>
<graphic specific-use="print" xlink:href="fig2.jpg"/>
</fig>
...