<ST_LogBase> (Logarithmic Base)

This simple type specifies that its contents will contain an floating point number greater than or equal to two.

This simple type's contents are a restriction of the XML Schema double 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 1000.

Referenced By

<logBase@val>5.7.2.99)

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

<simpleType name="ST_LogBase">
	<restriction base="xsd:double">
	<minInclusive value="2"/>
	<maxInclusive value="1000"/>
	</restriction>
</simpleType>