Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetRemoteURLRequest
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Get remote update location request
Diagram
Diagram DNSZoneMessages_xsd_Element_GetRemoteURLRequest.tmp#GetRemoteURLRequest_clientId DNSZoneMessages_xsd_Element_GetRemoteURLRequest.tmp#GetRemoteURLRequest_URLId DNSZoneMessages_xsd_Element_GetRemoteURLRequest.tmp#GetRemoteURLRequest_remoteURL
Properties
content: complex
Model clientId{0,1} | (URLId{0,1} , remoteURL{0,1})
Children URLId, clientId, remoteURL
Instance
<GetRemoteURLRequest xmlns="http://4psa.com/DNSZoneMessages.xsd/1.5">
  <clientId>{0,1}</clientId>
  <URLId>{0,1}</URLId>
  <remoteURL>{0,1}</remoteURL>
</GetRemoteURLRequest>
Source
<xs:element name="GetRemoteURLRequest">
  <xs:annotation>
    <xs:documentation>Get remote update location request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>Either of</xs:documentation>
      </xs:annotation>
      <xs:element name="clientId" type="common:idType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Client id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:sequence>
        <xs:element name="URLId" type="common:idType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Remote update location id</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="remoteURL" type="common:domainType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Remote update location</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:choice>
  </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>
Element URLId
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Remote update location id
Diagram
Diagram Common_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
minOccurs: 0
Facets
whiteSpace collapse
Source
<xs:element name="URLId" type="common:idType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Remote update location id</xs:documentation>
  </xs:annotation>
</xs:element>
Element remoteURL
Namespace http://4psa.com/DNSZoneMessages.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>