Payroll Schema
SoftwareUsed Complex Type
Payroll Schema : SoftwareUsed Complex Type
Description
Third party software product identifier.
Namespace http://www.ros.ie/schemas/paye-employers/v1/payroll/
Diagram
Version Element Name Element Sequence SoftwareUsed Complex Type
Overview
SoftwareUsed
Third party software product identifier.
Sequence
Name defaultString Simple Type
Name of third party software product.
Version defaultString Simple Type
Version of third party software product.
Used By
SoftwareUsed Element
SoftwareUsed Element
SoftwareUsed Element
Source
<xs:complexType name="SoftwareUsed" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Third party software product identifier.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="pc:defaultString">
      <xs:annotation>
        <xs:documentation>Name of third party software product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="pc:defaultString">
      <xs:annotation>
        <xs:documentation>Version of third party software product.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
Payroll Schema