Definition Type: Element
Name: EmployeeInfo
Type: EmployeeInfoType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 3
Abstract
Documentation:
Employment identification; using an employee ID number, title, level within the company, and an indication of their status, i.e.: active, retired, on leave, or terminated from employment. Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.
Collapse XSD Schema Diagram:
Drilldown into EmployeeStatus in schema ota_commontypes_xsd1 Drilldown into EmployeeTitle in schema ota_commontypes_xsd1 Drilldown into EmployeeLevel in schema ota_commontypes_xsd1 Drilldown into EmployeeId in schema ota_commontypes_xsd1 Drilldown into EmployeeInfoType in schema ota_commontypes_xsdXSD Diagram of EmployeeInfo in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="EmployeeInfo" type="EmployeeInfoType" minOccurs="0" maxOccurs="3">
    <xs:annotation>
        <xs:documentation xml:lang="en">Employment identification; using an employee ID number, title, level within the company, and an indication of their status, i.e.: active, retired, on leave, or terminated from employment.  Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
EmployeeId EmployeeId (Optional)
EmployeeLevel EmployeeLevel (Optional)
EmployeeTitle EmployeeTitle (Optional)
EmployeeStatus EmployeeStatus Optional
Collapse Derivation Tree: