21.2.3.51 ST_DepthPercentWithSymbol
21.2.3.51 ST_DepthPercentWithSymbol
This simple type specifies that its contents contain a percentage between 20% and 2000%.
The simple type’s contents shall match the following regular expression pattern: 0*(([2-9][0-9])|([1-9][0-9][0-9])|(1[0-9][0-9][0-9])|2000)%.
This simple type specifies that its contents contain a percentage between 5% and 500%.
The simple type’s contents shall match the following regular expression pattern:
0*(([5-9])|([1-9][0-9])|([1-4][0-9][0-9])|500)%.
This simple type specifies that its contents contain a percentage between 0% and 500%.
The simple type’s contents shall match the following regular expression pattern:
0*(([0-9])|([1-9][0-9])|([1-4][0-9][0-9])|500)%.
Last updated on