Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetSchemaVersionsResponse
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Get all available schema versions: response
Diagram
Diagram PBXMessages_xsd_Element_GetSchemaVersionsResponse.tmp#GetSchemaVersionsResponse_versions
Properties
content: complex
Model versions*
Children versions
Instance
<GetSchemaVersionsResponse xmlns="http://4psa.com/PBXMessages.xsd/5.2.5">
  <versions>{0,unbounded}</versions>
</GetSchemaVersionsResponse>
Source
<xs:element name="GetSchemaVersionsResponse">
  <xs:annotation>
    <xs:documentation>Get all available schema versions: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Get SOAP schema version: response type</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="versions" type="common:string" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A list with available SOAP schema versions on the 4PSA VoipNow server</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element versions
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
A list with available SOAP schema versions on the 4PSA VoipNow server
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
minOccurs: 0
maxOccurs: unbounded
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="versions" type="common:string" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A list with available SOAP schema versions on the 4PSA VoipNow server</xs:documentation>
  </xs:annotation>
</xs:element>