Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element remoteURL
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Remote update location
Diagram
Diagram Common_xsd_Simple_Type_domainType.tmp#domainType
Type domainType
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
pattern (((([a-zA-Z0-9]+)|(([a-zA-Z0-9]+)\-?)+([a-zA-Z0-9]+))\.)+(([a-zA-Z0-9]+)|(([a-zA-Z0-9]+)\-?)+([a-zA-Z0-9]+)))
Source
<xs:element name="remoteURL" type="common:domainType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Remote update location</xs:documentation>
  </xs:annotation>
</xs:element>
Element priority
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Remote URL priority.  (0 - very high, 4 - very low)
Diagram
Diagram
Type restriction of xs:int
Properties
content: simple
minOccurs: 0
Facets
enumeration 0
very hight
enumeration 1
hight
enumeration 2
medium
enumeration 3
low
enumeration 4
very low
Source
<xs:element name="priority" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Remote URL priority.  (0 - very high, 4 - very low)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>very hight</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>hight</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>medium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>low</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>very low</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element interval
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Update interval: {interval} minutes
Diagram
Diagram Common_xsd_Simple_Type_unsignedInt.tmp#unsignedInt
Type unsignedInt
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="interval" type="common:unsignedInt" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Update interval: {interval} minutes</xs:documentation>
  </xs:annotation>
</xs:element>
Element username
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Username
Diagram
Diagram Common_xsd_Simple_Type_string255.tmp#string255
Type string255
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="username" type="common:string255" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Username</xs:documentation>
  </xs:annotation>
</xs:element>
Element password
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Password
Diagram
Diagram Common_xsd_Simple_Type_string255.tmp#string255
Type string255
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="password" type="common:string255" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Password</xs:documentation>
  </xs:annotation>
</xs:element>
Element MasterIPs
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Remote master IP addresses
Diagram
Diagram Common_xsd_Simple_Type_ipAddress.tmp#ipAddress
Type ipAddress
Properties
content: simple
minOccurs: 0
maxOccurs: 10
Facets
whiteSpace collapse
pattern ([01]?\p{Nd}{1,2}|2([0-4]\p{Nd}|5[0-5]))(\.([01]?\p{Nd}{1,2}|2([0-4]\p{Nd}|5[0-5]))){3}
Source
<xs:element name="MasterIPs" type="common:ipAddress" minOccurs="0" maxOccurs="10">
  <xs:annotation>
    <xs:documentation>Remote master IP addresses</xs:documentation>
  </xs:annotation>
</xs:element>
Element AllowIPs
Namespace http://4psa.com/DNSZoneData.xsd/1.5
Annotations
Remote allow transfer IP addresses
Diagram
Diagram Common_xsd_Simple_Type_ipAddress.tmp#ipAddress
Type ipAddress
Properties
content: simple
minOccurs: 0
maxOccurs: 10
Facets
whiteSpace collapse
pattern ([01]?\p{Nd}{1,2}|2([0-4]\p{Nd}|5[0-5]))(\.([01]?\p{Nd}{1,2}|2([0-4]\p{Nd}|5[0-5]))){3}
Source
<xs:element name="AllowIPs" type="common:ipAddress" minOccurs="0" maxOccurs="10">
  <xs:annotation>
    <xs:documentation>Remote allow transfer IP addresses</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type RemoteURLInfo
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
Used by
Elements AddRemoteURLRequest, EditRemoteURLRequest
Complex Type ExtendedRemoteURLInfo
Model remoteURL{0,1} , priority{0,1} , interval{0,1} , username{0,1} , password{0,1} , MasterIPs{0,10} , AllowIPs{0,10}
Children AllowIPs, MasterIPs, interval, password, priority, remoteURL, username
Source
<xs:complexType name="RemoteURLInfo">
  <xs:sequence>
    <xs:element name="remoteURL" type="common:domainType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Remote update location</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="priority" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Remote URL priority.  (0 - very high, 4 - very low)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:enumeration value="0">
            <xs:annotation>
              <xs:documentation>very hight</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="1">
            <xs:annotation>
              <xs:documentation>hight</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="2">
            <xs:annotation>
              <xs:documentation>medium</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="3">
            <xs:annotation>
              <xs:documentation>low</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="4">
            <xs:annotation>
              <xs:documentation>very low</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="interval" type="common:unsignedInt" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Update interval: {interval} minutes</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="username" type="common:string255" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Username</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="password" type="common:string255" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Password</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MasterIPs" type="common:ipAddress" minOccurs="0" maxOccurs="10">
      <xs:annotation>
        <xs:documentation>Remote master IP addresses</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AllowIPs" type="common:ipAddress" minOccurs="0" maxOccurs="10">
      <xs:annotation>
        <xs:documentation>Remote allow transfer IP addresses</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>