Skip to content
complex data types

System - Complex Types

This section documents the complex data types for System service.

GetSchemaVersionsResponseType

Namespace: http://4psa.com/SystemMessagesInfo.xsd/1.5

Used by
Element: versions

Type: commonInput:string

Namespace: http://4psa.com/SystemMessagesInfo.xsd/1.5

Description: A list with available schema versions on the server

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="versions" type="commonInput:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A list with available schema versions on the server</xs:documentation>
  </xs:annotation>
</xs:element>

UpdateLicenseResponseType

Namespace: http://4psa.com/SystemMessagesInfo.xsd/1.5

Used by
Element: result

Type: restriction of xs:string

Namespace: http://4psa.com/SystemMessagesInfo.xsd/1.5

Description: Operation result

Properties

PropertyValue
contentcomplex
minOccurs0

Allowed Values

ValueDescription
success
partial
failure

XSD Source

xml
<xs:element name="result" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Operation result</xs:documentation>
  </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="success"/>
        <xs:enumeration value="partial"/>
        <xs:enumeration value="failure"/>
      </xs:restriction>
    </xs:simpleType>
</xs:element>
Element: notice

Type: notice

Namespace: http://4psa.com/SystemMessagesInfo.xsd/1.5

Properties

PropertyValue
contentsimple
minOccurs0
maxOccursunbounded

XSD Source

xml
<xs:element name="notice" type="notice" minOccurs="0" maxOccurs="unbounded"/>

Last updated: Nov 26, 2025