diagram | ![]() |
||
namespace | http://www.fixm.aero/base/4.1 | ||
type | extension of fb:ExtensibleType | ||
properties |
|
||
children | fb:extension fb:temporalRange fb:timeValue | ||
used by |
|
||
annotation |
|
||
source | <complexType name="TemporalChoiceType"> <annotation> <documentation> Allows to specify either a time or a time range. </documentation> </annotation> <complexContent> <extension base="fb:ExtensibleType"> <choice> <element name="temporalRange" type="fb:TemporalRangeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Specified range of time. </documentation> </annotation> </element> <element name="timeValue" type="fb:TimeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Value of time specification. </documentation> </annotation> </element> </choice> </extension> </complexContent> </complexType> |
diagram | ![]() |
||||||||||||||||||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||||||||||||||||||
type | fb:TemporalRangeType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | fb:extension | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <element name="temporalRange" type="fb:TemporalRangeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Specified range of time. </documentation> </annotation> </element> |
diagram | ![]() |
||||||
namespace | http://www.fixm.aero/base/4.1 | ||||||
type | fb:TimeType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <element name="timeValue" type="fb:TimeType" minOccurs="0" maxOccurs="1"> <annotation> <documentation> Value of time specification. </documentation> </annotation> </element> |