data.point
data.point defines the data type used to express a point in cartesian space. | ||
Deprecated | This feature will be withdrawn after 2018-10-01 | |
モジュール | tei — The TEI Infrastructure | |
当該モジュールを使用するもの | ||
宣言 | <rng:define name="data.point"> data.point = token { pattern = "(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)" } | |
例 | <facsimile> <surface ulx="0" uly="0" lrx="400" lry="280"> <zone points="220,100 300,210 170,250 123,234"> <graphic url="handwriting.png "/> </zone> </surface> </facsimile> |