The millimeters type is a number representing millimeters. This is used in the scaling element to provide a default scaling from tenths to physical units. |
Element | scaling/millimeters |
<xs:simpleType name="millimeters"> <xs:annotation> <xs:documentation>The millimeters type is a number representing millimeters. This is used in the scaling element to provide a default scaling from tenths to physical units.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |