data.percentage

data.percentage defines attribute values used to express a percentage value.
DeprecatedThis feature will be withdrawn after 2018-10-01
モジュールtei — The TEI Infrastructure
当該モジュールを使用するもの
宣言
<rng:define name="data.percentage">
 <rng:data type="nonNegativeInteger">
  <rng:param name="maxInclusive">100</rng:param>
 </rng:data>
</rng:define>
data.percentage = xsd:nonNegativeInteger { maxInclusive = "100" }