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