<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>
|