<xs:complexType name="Name" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Employee Name.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FirstName" type="pc:defaultString">
<xs:annotation>
<xs:documentation>Data Item Ref: 9. The first name of the employee.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FamilyName" type="pc:defaultString">
<xs:annotation>
<xs:documentation>Data Item Ref: 10. The surname/family name of the employee.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|