simpleType DurationType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:duration
properties
base xs:duration
used by
elements PlannedDelayType/delayValue FficeFFP_PlannedDelayType/delayValue FficeFS_PlannedDelayType/delayValue FficeFPU_PlannedDelayType/delayValue FficePS_PlannedDelayType/delayValue FficePFP_PlannedDelayType/delayValue FficeTRQ_PlannedDelayType/delayValue FficeTRP_PlannedDelayType/delayValue EstimatedElapsedTimeType/elapsedTime SupplementaryInformationType/fuelEndurance Point4DTimeChoiceType/relativeTimeFromInitialPredictionPoint ProfilePointType/time FficeFFP_ProfilePointType/time FficeFS_ProfilePointType/time FficeFPU_ProfilePointType/time FficePS_ProfilePointType/time FficePFP_ProfilePointType/time FficeTRQ_ProfilePointType/time FficeTRP_ProfilePointType/time FlightRouteInformationType/totalEstimatedElapsedTime FficeFFP_FlightRouteInformationType/totalEstimatedElapsedTime FficeFS_FlightRouteInformationType/totalEstimatedElapsedTime FficeFPU_FlightRouteInformationType/totalEstimatedElapsedTime FficePS_FlightRouteInformationType/totalEstimatedElapsedTime FficePFP_FlightRouteInformationType/totalEstimatedElapsedTime FficeTRQ_FlightRouteInformationType/totalEstimatedElapsedTime FficeTRP_FlightRouteInformationType/totalEstimatedElapsedTime
facets
Kind Value Annotation
pattern -?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+S)?)?
annotation
documentation
Length or distance in the temporal dimension. [ISO 19108, chapter 5.2.3.7]

Duration has no reference to start or stop times.
source <xs:simpleType name="DurationType">
 
<xs:annotation>
   
<xs:documentation>Length or distance in the temporal dimension. [ISO 19108, chapter 5.2.3.7]

Duration has no reference to start or stop times.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:duration">
   
<xs:pattern value="-?P([0-9]+Y)?([0-9]+M)?([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+S)?)?"/>
 
</xs:restriction>
</xs:simpleType>


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