Defines information about the option details. An option can be defines either with a duration and a reference or a date |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| CountingFrom | DateDurationStartCodeType | optional | ||||
| Unit | DurationUnitCodeType | optional | ||||
| Value | DateOrDurationType | optional |
| Complex Type | OptionType |
<xs:attributeGroup name="OptionGroup"> <xs:annotation> <xs:documentation>Defines information about the option details. An option can be defines either with a duration and a reference or a date</xs:documentation> </xs:annotation> <xs:attribute name="Unit" type="DurationUnitCodeType" use="optional"/> <xs:attribute name="Value" type="DateOrDurationType" use="optional"/> <xs:attribute name="CountingFrom" type="DateDurationStartCodeType" use="optional"/> </xs:attributeGroup> |