simpleType TimeType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:dateTime
properties
base xs:dateTime
used by
elements TimeRangeType/earliest TimeRangeType/latest TimeChoiceType/timeValue FficeFFP_FficeMessageType/timestamp FficeMessageType/timestamp FficeFA_FficeMessageType/timestamp FficeTRQ_FficeMessageType/timestamp FficeTRP_FficeMessageType/timestamp FficeFC_FficeMessageType/timestamp FficeFDRQ_FficeMessageType/timestamp FficeFDRP_FficeMessageType/timestamp FficeFD_FficeMessageType/timestamp FficeFPU_FficeMessageType/timestamp FficePS_FficeMessageType/timestamp FficePFP_FficeMessageType/timestamp FficeSR_FficeMessageType/timestamp FficeFS_FficeMessageType/timestamp Point4DTimeChoiceType/absoluteTime ArrivalType/actualTimeOfArrival FficeFA_ArrivalType/actualTimeOfArrival DepartureType/actualTimeOfDeparture FficeFD_DepartureType/actualTimeOfDeparture FlightRouteInformationType/airfileRouteStartTime FficeFFP_FlightRouteInformationType/airfileRouteStartTime FficeFPU_FlightRouteInformationType/airfileRouteStartTime FficePFP_FlightRouteInformationType/airfileRouteStartTime FficeTRQ_FlightRouteInformationType/airfileRouteStartTime BoundaryCrossingType/crossingTime DepartureType/estimatedOffBlockTime FficeFFP_DepartureType/estimatedOffBlockTime FficeFA_DepartureType/estimatedOffBlockTime FficeFDRQ_DepartureType/estimatedOffBlockTime FficePFP_DepartureType/estimatedOffBlockTime FficeFD_DepartureType/estimatedOffBlockTime FficeFC_DepartureType/estimatedOffBlockTime FficeTRQ_DepartureType/estimatedOffBlockTime FficeFPU_DepartureType/estimatedOffBlockTime DepartureType/estimatedOffBlockTimePrevious FficeFPU_DepartureType/estimatedOffBlockTimePrevious LastContactType/lastContactTime LastPositionReportType/timeAtPosition
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
A combination of a date and a time type. [ISO 19103, chapter 6.5.2.10]
A Time instant placeholder for gml:TimePositionType, in its XML dataTime variation. [FIXM]
source <xs:simpleType name="TimeType">
 
<xs:annotation>
   
<xs:documentation>A combination of a date and a time type. [ISO 19103, chapter 6.5.2.10]
A Time instant placeholder for gml:TimePositionType, in its XML dataTime variation. [FIXM]
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:dateTime">
   
<xs:pattern value="-?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy