<ST_MarkerSize> (Marker Size)

This simple type specifies that its contents will contain an integer between 2 and 72, whose contents are a size in points.

This simple type's contents are a restriction of the XML Schema unsignedByte datatype.

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to 2.

  • This simple type has a maximum value of less than or equal to 72.

Referenced By

<size@val>5.7.2.193)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_MarkerSize">
	<restriction base="xsd:unsignedByte">
	<minInclusive value="2"/>
	<maxInclusive value="72"/>
	</restriction>
</simpleType>