simpleType DurationType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:duration
properties
base xs:duration
used by
elements PlannedDelayType/delayValue EstimatedElapsedTimeType/elapsedTime SupplementaryInformationType/fuelEndurance Point4DTimeChoiceType/relativeTimeFromInitialPredictionPoint ProfilePointType/time FlightRouteInformationType/totalEstimatedElapsedTime DepartureDelayType/actualDelay DepartureDelayType/actualReportableDelay CollaborativeTrajectoryOptionsProgramType/additionalAirborneTime CollaborativeTrajectoryOptionsProgramType/assignedGroundDelay DepartureDelayType/currentDelay DepartureDelayType/currentReportableDelay NasCoordinationType/delayTimeToAbsorb NasArrivalTaxiTimeType/elapsedArrivalTaxiTime NasDepartureTaxiTimeType/elapsedDepartureTaxiTime NasArrivalTaxiTimeType/estimatedArrivalMovementAreaTransitTime NasArrivalTaxiTimeType/estimatedArrivalRampTransitTime NasDepartureTaxiTimeType/estimatedDepartureQueueWaitingTime NasDepartureTaxiTimeType/estimatedDepartureRampTransitTime PredictedSectorType/estimatedElapsedEntryTime PredictedUnitType/estimatedElapsedEntryTime PredictedFixType/estimatedElapsedTime PredictedWaypointType/estimatedElapsedTime NasDepartureTaxiTimeType/estimatedSpotToQueueTaxiOutTime ArrivalTaxiOperationsMetricsType/inboundMovementAreaHoldTimeDuration ArrivalTaxiOperationsMetricsType/inboundMovementAreaTaxiTimeDuration ArrivalTaxiOperationsMetricsType/inboundRampTaxiTimeDuration AccuracyOfPredictedTimesType/lookaheadTime TfdmDepartureType/meteringHoldLength NasTrajectoryOptionType/minimumNotificationMinutes DepartureTaxiOperationsMetricsType/outboundMovementAreaHoldTimeDuration DepartureTaxiOperationsMetricsType/outboundMovementAreaQueuingTimeDuration DepartureTaxiOperationsMetricsType/outboundMovementAreaTaxiTimeDuration DepartureTaxiOperationsMetricsType/outboundRampTaxiTimeDuration DepartureDelayType/predictedDelay AccuracyOfPredictedTimesType/queueWaitingTimeAccuracy NasTrajectoryOptionType/relativeCost AccuracyOfPredictedTimesType/spotToQueueTaxiTimePredictionAccuracy DepartureTaxiOperationsMetricsType/standMeteringHoldTimeDuration AccuracyOfPredictedTimesType/takeoffTimeAccuracy NasDepartureType/timeOutDelay StabilityOfMeteringTimesType/tmatChangesTotalTime MeteringTimeChangeType/tmatDifference NasTrajectoryOptionType/totalCost NasArrivalTaxiTimeType/totalEstimatedTaxiInTime NasDepartureTaxiTimeType/totalEstimatedTaxiOutTime PreImplicitSubstitutionType/trajectoryTotalCost
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