RPN Schema
Name Complex Type
RPN Schema : Name Complex Type
Description
Employee Name.
Namespace http://www.ros.ie/schemas/paye-employers/v1/rpn/
Diagram
FamilyName Element FirstName Element Sequence Name Complex Type
Overview
Name
Employee Name.
Sequence
FirstName defaultString Simple Type
Data Item Ref: 106.The first name of the employee.
FamilyName defaultString Simple Type
Data Item Ref: 107 The surname/family name of the employee.
Used By
Name Element
Name Element
Source
<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: 106.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: 107 The surname/family name of the employee.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
RPN Schema