Definition Type: AttributeGroup
Name: ID_LevelTitleGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Provides employee information.
Collapse XSD Schema Diagram:
Drilldown into Title in schema ota_commontypes_xsd1 Drilldown into Level in schema ota_commontypes_xsd1 Drilldown into ID in schema ota_commontypes_xsd1 Drilldown into ID_OptionalGroup in schema ota_commontypes_xsdXSD Diagram of ID_LevelTitleGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="ID_LevelTitleGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides employee information.</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="ID_OptionalGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Identifier assigned to the employee.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
    <xs:attribute name="Level" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Level in employer organization (e.g. seniority) that conveys privileges.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Title" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Title of employee in the employer company that conveys rank or privileges.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
ID ID Optional
Level Level Optional
Title Title Optional