Definition Type: Attribute
Name: EmployeeLengthOfService
Namespace: http://www.opentravel.org/OTA/2003/05
Type: duration:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCheckIn.xsd
Use Optional
Documentation:
The length of time that the employee has been (or was) employed by the airline. For example, if an employee has 5 years and 20 days of service then the employee length of service field will contain a value of P5Y20D.
Collapse XSD Schema Diagram:
XSD Diagram of EmployeeLengthOfService in schema ota_aircheckin_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="EmployeeLengthOfService" type="xs:duration" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">The length of time that the employee has been (or was) employed by the airline.  For example, if an employee has 5 years and 20 days of service then the employee length of service field will contain a value of P5Y20D.</xs:documentation>
    </xs:annotation>
</xs:attribute>