Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element UpdateLicense
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Update license on 4PSA VoipNow server: request
Diagram
Diagram PBXMessages_xsd_Element_UpdateLicense.tmp#UpdateLicense_activationCode
Properties
content: complex
Model activationCode
Children activationCode
Instance
<UpdateLicense xmlns="http://4psa.com/PBXMessages.xsd/5.2.5">
  <activationCode>{1,1}</activationCode>
</UpdateLicense>
Source
<xs:element name="UpdateLicense">
  <xs:annotation>
    <xs:documentation>Update license on 4PSA VoipNow server: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="activationCode" type="common:string">
        <xs:annotation>
          <xs:documentation>Activation code for license update</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element activationCode
Namespace http://4psa.com/PBXMessages.xsd/5.2.5
Annotations
Activation code for license update
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="activationCode" type="common:string">
  <xs:annotation>
    <xs:documentation>Activation code for license update</xs:documentation>
  </xs:annotation>
</xs:element>