Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element clientId
Namespace http://4psa.com/DNSZoneData.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>
Element URLId
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Remote update location id
Diagram
Diagram Common_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="URLId" type="common:idType">
  <xs:annotation>
    <xs:documentation>Remote update location id</xs:documentation>
  </xs:annotation>
</xs:element>
Element status
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_boolean.tmp#boolean
Type boolean
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="status" type="common:boolean" minOccurs="0"/>
Element crDate
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Creation date
Diagram
Diagram Common_xsd_Simple_Type_unixTimeStampType.tmp#unixTimeStampType
Type unixTimeStampType
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
pattern (([0-9]+))
Source
<xs:element name="crDate" type="common:unixTimeStampType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Creation date</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ExtendedRemoteURLInfo
Namespace http://4psa.com/DNSZoneData.xsd/1.5
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
Type extension of RemoteURLInfo
Type hierarchy
Used by
Elements GetRemoteURLResponseType/remoteURL, UpdateRemoteURLResponseType/remoteURL
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
Source
<xs:complexType name="ExtendedRemoteURLInfo">
  <xs:complexContent>
    <xs:extension base="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:element name="URLId" type="common:idType">
          <xs:annotation>
            <xs:documentation>Remote update location id</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="status" type="common:boolean" minOccurs="0"/>
        <xs:element name="crDate" type="common:unixTimeStampType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Creation date</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>