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