ST_TwipsMeasure is defined in shared-math.xsd and wml.xsd. In the former, it is an xsd:unsignedInt. In the latter, it is an ST_UnsignedDecimalNumber, which maps to an xsd:unsignedLong. The same type name should not have different ranges in different parts of the specification.
. Remedy: Change ST_TwipsMeasure to use xsd:unsignedLong throughout
ST_TwipsMeasure
te
Proposed Disposition of DIS 29500 Comment GB-0633 (Modified: 2008-01-02) Agreed; these simple types should be consistent. The following changes will be made: Part 4, §7.1.3.16, page 5,101, line 10: This simple type’s contents are a restriction of the XML Schema unsignedInt unsignedLong datatype. Part 4, §7.1.3.16, page 5,101, line 13 and in shared-math.xsd: <simpleType name="ST_TwipsMeasure"> <restriction base="xsd:unsigned Long Int "/> </simpleType>
