DateRangeType
Last updated
Was this helpful?
The dateRange attribute on the TemporalPropertyType has a data type of DateRangeType. The following sections describe the attributes of this data type.
The date which the restriction applies starts. This will be in the format YYYY-MM-DD.
Attribute name: startDate
Type: Date
Multiplicity: [0..1]
The date which the restriction applies ends. This will be in the format YYYY-MM-DD.
Attribute name: endDate
Type: Date
Multiplicity: [0..1]
The date which the restriction applies starts. This will be in the format -MM-DD.
Attribute name: startMonthDay
Type: gMonthDay
Multiplicity: [0..1]
The date which the restriction applies ends. This will be in the format -MM-DD.
Attribute name: endMonthDay
Type: gMonthDay
Multiplicity: [0..1]
Last updated
Was this helpful?
Was this helpful?