: Public <<DataType>> Class
Created: 11/10/2012 8:23:18 PM
Modified: 21/06/2015 1:55:53 AM
Project:
Advanced:
The class 'RangeBounds' describes the extreme limits of a property value range (also known as a property value interval).
Attribute
Public Number
  rangeStart
Details:
sequenceNumber=1
Notes: The attribute 'rangeStart' provides the extreme lower limit of the range or interval.
Public Number
  rangeEnd
Details:
sequenceNumber=2
Notes: The attribute 'rangeEnd' provides the extreme upper limit of the range or interval.
Tag Value
isCollection false
Details:
Values: true,false
Default: false
Description: Identifies the data type as an object collection.
noPropertyType false
Details:
Values: true,false
Default: false
Description: urpress creation of a standard property type that supports inline encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE.
Constraint Type Status
RangeBounds: The extreme lower limit of the range of interval must be less than the extreme upper limit. Invariant Approved
Details:
(number( metce:rangeStart/text() ) lt number( metce:rangeEnd/text() ))