Use floor jumps rather than velocity and distance to reduce need for subsequent calculation.
<xs:element name="InterfloorFlightTimes"> <xs:annotation> <xs:documentation>Use floor jumps rather than velocity and distance to reduce need for subsequent calculation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence maxOccurs="unbounded"> <xs:element name="FlightTime" type="Seconds" /> <xs:element name="TripDistance" type="FloorRange" /> </xs:sequence> </xs:complexType> </xs:element>