[Table of Contents] [docx version]

Error! No text of specified style in document.

ST_HoleSize (Hole Size)

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

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 10.

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

Referenced By

holeSize@val5.7.2.82)

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

<simpleType name="ST_HoleSize">

   <restriction base="xsd:unsignedByte">

   <minInclusive value="10"/>

   <maxInclusive value="90"/>

   </restriction>

</simpleType>