The total duration of time a flight is on the ground.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="TotalGroundTime" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> The total duration of time a flight is on the ground.</xs:documentation>
</xs:annotation>
</xs:attribute>