Definition Type: Attribute
Name: AccumulatedDuration
Type: duration:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
Use Optional
Documentation:
The total duration time of the flight. This is the combination of both JourneyDuration and GroundDuration.
Collapse XSD Schema Diagram:
XSD Diagram of AccumulatedDuration in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="AccumulatedDuration" type="xs:duration" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en"> The total duration time of the flight. This is the combination of both JourneyDuration and GroundDuration.</xs:documentation>
    </xs:annotation>
</xs:attribute>