Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element UpdateLicenseRequest
Namespace http://4psa.com/SystemMessages.xsd/1.5
Annotations
Update license on 4PSA DNS Manager server: request
Diagram
Diagram SystemMessages_xsd_Element_UpdateLicenseRequest.tmp#UpdateLicenseRequest_activationCode
Properties
content: complex
Model activationCode
Children activationCode
Instance
<UpdateLicenseRequest xmlns="http://4psa.com/SystemMessages.xsd/1.5">
  <activationCode>{1,1}</activationCode>
</UpdateLicenseRequest>
Source
<xs:element name="UpdateLicenseRequest">
  <xs:annotation>
    <xs:documentation>Update license on 4PSA DNS Manager 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/SystemMessages.xsd/1.5
Annotations
Activation code for license update
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="activationCode" type="common:string">
  <xs:annotation>
    <xs:documentation>Activation code for license update</xs:documentation>
  </xs:annotation>
</xs:element>