<ST_Overlap> (Overlap)

This simple type specifies that its contents will contain an integer between -100 and 100, whose contents are a percentage.

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

This simple type also specifies the following restrictions:

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

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

Referenced By

<overlap@val>5.7.2.132)

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

<simpleType name="ST_Overlap">
	<restriction base="xsd:byte">
	<minInclusive value="-100"/>
	<maxInclusive value="100"/>
	</restriction>
</simpleType>