| Attributes |
| Signature | Optionality | Multiplicity | Constant | Documentation |
assumed_value : Duration | 0..1 | -- | | The value to assume if this item is not included in data, due to being part of an optional structure. |
days_allowed : Boolean | 0..1 | -- | | True if days are allowed in the constrained Duration. |
fractional_seconds_allowed : Boolean | 0..1 | -- | | True if fractional seconds are allowed in the constrained Duration. |
hours_allowed : Boolean | 0..1 | -- | | True if hours are allowed in the constrained Duration. |
minutes_allowed : Boolean | 0..1 | -- | | True if minutes are allowed in the constrained Duration. |
months_allowed : Boolean | 0..1 | -- | | True if months are allowed in the constrained Duration. |
range : Interval<Duration> | 0..1 | -- | | Constraint on instances of Duration . |
seconds_allowed : Boolean | 0..1 | -- | | True if seconds are allowed in the constrained Duration. |
weeks_allowed : Boolean | 0..1 | -- | | True if weeks are allowed in the constrained Duration. |
years_allowed : Boolean | 0..1 | -- | | True if years are allowed in the constrained Duration |