Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element AddRemoteURLRequest
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Add remote update location request.
Diagram
Diagram DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_remoteURL DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_priority DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_interval DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_username DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_password DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_MasterIPs DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo_AllowIPs DNSZoneData_xsd_Complex_Type_RemoteURLInfo.tmp#RemoteURLInfo DNSZoneMessages_xsd_Element_AddRemoteURLRequest.tmp#AddRemoteURLRequest_clientId
Type extension of RemoteURLInfo
Type hierarchy
Properties
content: complex
Model remoteURL{0,1} , priority{0,1} , interval{0,1} , username{0,1} , password{0,1} , MasterIPs{0,10} , AllowIPs{0,10} , clientId{0,1}
Children AllowIPs, MasterIPs, clientId, interval, password, priority, remoteURL, username
Instance
<AddRemoteURLRequest xmlns="http://4psa.com/DNSZoneMessages.xsd/1.5" xmlns:data="http://4psa.com/DNSZoneData.xsd/1.5">
  <data:remoteURL>{0,1}</data:remoteURL>
  <data:priority>{0,1}</data:priority>
  <data:interval>{0,1}</data:interval>
  <data:username>{0,1}</data:username>
  <data:password>{0,1}</data:password>
  <data:MasterIPs>{0,10}</data:MasterIPs>
  <data:AllowIPs>{0,10}</data:AllowIPs>
  <clientId>{0,1}</clientId>
</AddRemoteURLRequest>
Source
<xs:element name="AddRemoteURLRequest">
  <xs:annotation>
    <xs:documentation>Add remote update location request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="data:RemoteURLInfo">
        <xs:sequence>
          <xs:element name="clientId" type="common:idType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Client id</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element clientId
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Client id
Diagram
Diagram Common_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="clientId" type="common:idType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Client id</xs:documentation>
  </xs:annotation>
</xs:element>