ERN Schema
SoftwareUsed Complex Type
ERN Schema : SoftwareUsed Complex Type
Description
References to third party software used.
Namespace http://www.ros.ie/schemas/paye-employers/err/v1/ern/
Diagram
Version Element Name Element Sequence SoftwareUsed Complex Type
Overview
SoftwareUsed
References to third party software used.
Sequence
Name NonEmptyString Simple Type
Name of third party software product.
Version NonEmptyString Simple Type
Version of third party software product.
Used By
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 third party software product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="pc:NonEmptyString">
      <xs:annotation>
        <xs:documentation>Version of third party software product.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
ERN Schema