Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element remoteURL
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Annotations
Returns updated remote URL data on success.
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 DNSZoneData_xsd_Complex_Type_ExtendedRemoteURLInfo.tmp#ExtendedRemoteURLInfo_clientId DNSZoneData_xsd_Complex_Type_ExtendedRemoteURLInfo.tmp#ExtendedRemoteURLInfo_URLId DNSZoneData_xsd_Complex_Type_ExtendedRemoteURLInfo.tmp#ExtendedRemoteURLInfo_status DNSZoneData_xsd_Complex_Type_ExtendedRemoteURLInfo.tmp#ExtendedRemoteURLInfo_crDate DNSZoneData_xsd_Complex_Type_ExtendedRemoteURLInfo.tmp#ExtendedRemoteURLInfo
Type ExtendedRemoteURLInfo
Type hierarchy
Properties
content: complex
minOccurs: 0
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} , URLId , status{0,1} , crDate{0,1}
Children AllowIPs, MasterIPs, URLId, clientId, crDate, interval, password, priority, remoteURL, status, username
Instance
<remoteURL xmlns="http://4psa.com/DNSZoneMessagesInfo.xsd/1.5" xmlns:input="http://4psa.com/DNSZoneData.xsd/1.5">
  <input:remoteURL>{0,1}</input:remoteURL>
  <input:priority>{0,1}</input:priority>
  <input:interval>{0,1}</input:interval>
  <input:username>{0,1}</input:username>
  <input:password>{0,1}</input:password>
  <input:MasterIPs>{0,10}</input:MasterIPs>
  <input:AllowIPs>{0,10}</input:AllowIPs>
  <input:clientId>{0,1}</input:clientId>
  <input:URLId>{1,1}</input:URLId>
  <input:status>{0,1}</input:status>
  <input:crDate>{0,1}</input:crDate>
</remoteURL>
Source
<xs:element name="remoteURL" type="input:ExtendedRemoteURLInfo" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Returns updated remote URL data on success.</xs:documentation>
  </xs:annotation>
</xs:element>
Element notice
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram DNSZoneMessagesInfo_xsd_Complex_Type_UpdateRemoteURLResponseType.tmp#UpdateRemoteURLResponseType_UpdateRemoteURLResponseType_notice_message DNSZoneMessagesInfo_xsd_Complex_Type_UpdateRemoteURLResponseType.tmp#UpdateRemoteURLResponseType_UpdateRemoteURLResponseType_notice_code
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model message{0,1} , code{0,1}
Children code, message
Instance
<notice xmlns="http://4psa.com/DNSZoneMessagesInfo.xsd/1.5">
  <message>{0,1}</message>
  <code>{0,1}</code>
</notice>
Source
<xs:element name="notice" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="message" type="commonInput:text" minOccurs="0"/>
      <xs:element name="code" type="commonInput:text" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element notice / message
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_text.tmp#text
Type text
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
Source
<xs:element name="message" type="commonInput:text" minOccurs="0"/>
Element notice / code
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_text.tmp#text
Type text
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
Source
<xs:element name="code" type="commonInput:text" minOccurs="0"/>
Complex Type UpdateRemoteURLResponseType
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram DNSZoneMessagesInfo_xsd_Complex_Type_UpdateRemoteURLResponseType.tmp#UpdateRemoteURLResponseType_remoteURL DNSZoneMessagesInfo_xsd_Complex_Type_UpdateRemoteURLResponseType.tmp#UpdateRemoteURLResponseType_notice
Used by
Elements AddRemoteURLResponse, EditRemoteURLResponse
Model remoteURL{0,1} , notice*
Children notice, remoteURL
Source
<xs:complexType name="UpdateRemoteURLResponseType">
  <xs:sequence>
    <xs:element name="remoteURL" type="input:ExtendedRemoteURLInfo" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Returns updated remote URL data on success.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="notice" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="message" type="commonInput:text" minOccurs="0"/>
          <xs:element name="code" type="commonInput:text" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>