Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditDNSRecordRequest
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Edit DNS record request.
Diagram
Diagram DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_type DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_host DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_value DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_status DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_opt DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_generateCNAME DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_services DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_order DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_preference DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_regex DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_replace DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_regexFlag DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_replacement DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_flag DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_TTL DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_service DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_protocol DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_priority DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_weight DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_port DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_target DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_criticalFlag DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_tag DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo_isPrimary DNSZoneData_xsd_Complex_Type_DNSRecordInfo.tmp#DNSRecordInfo DNSZoneMessages_xsd_Element_EditDNSRecordRequest.tmp#EditDNSRecordRequest_DNSRecordId
Type extension of DNSRecordInfo
Type hierarchy
Properties
content: complex
Model type{0,1} , host{0,1} , value{0,1} , status{0,1} , opt{0,1} , generateCNAME{0,1} , services{0,1} , order{0,1} , preference{0,1} , regex{0,1} , replace{0,1} , regexFlag{0,1} , replacement{0,1} , flag{0,1} , TTL{0,1} , service{0,1} , protocol{0,1} , priority{0,1} , weight{0,1} , port{0,1} , target{0,1} , criticalFlag{0,1} , tag{0,1} , isPrimary{0,1} , DNSRecordId
Children DNSRecordId, TTL, criticalFlag, flag, generateCNAME, host, isPrimary, opt, order, port, preference, priority, protocol, regex, regexFlag, replace, replacement, service, services, status, tag, target, type, value, weight
Instance
<EditDNSRecordRequest xmlns="http://4psa.com/DNSZoneMessages.xsd/1.5" xmlns:data="http://4psa.com/DNSZoneData.xsd/1.5">
  <data:type>{0,1}</data:type>
  <data:host>{0,1}</data:host>
  <data:value>{0,1}</data:value>
  <data:status>{0,1}</data:status>
  <data:opt>{0,1}</data:opt>
  <data:generateCNAME>{0,1}</data:generateCNAME>
  <data:services>{0,1}</data:services>
  <data:order>{0,1}</data:order>
  <data:preference>{0,1}</data:preference>
  <data:regex>{0,1}</data:regex>
  <data:replace>{0,1}</data:replace>
  <data:regexFlag>{0,1}</data:regexFlag>
  <data:replacement>{0,1}</data:replacement>
  <data:flag>{0,1}</data:flag>
  <data:TTL>{0,1}</data:TTL>
  <data:service>{0,1}</data:service>
  <data:protocol>{0,1}</data:protocol>
  <data:priority>{0,1}</data:priority>
  <data:weight>{0,1}</data:weight>
  <data:port>{0,1}</data:port>
  <data:target>{0,1}</data:target>
  <data:criticalFlag>{0,1}</data:criticalFlag>
  <data:tag>{0,1}</data:tag>
  <data:isPrimary>{0,1}</data:isPrimary>
  <DNSRecordId>{1,1}</DNSRecordId>
</EditDNSRecordRequest>
Source
<xs:element name="EditDNSRecordRequest">
  <xs:annotation>
    <xs:documentation>Edit DNS record request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="data:DNSRecordInfo">
        <xs:sequence>
          <xs:element name="DNSRecordId" type="common:idType">
            <xs:annotation>
              <xs:documentation>DNS record id</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element DNSRecordId
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
DNS record id
Diagram
Diagram Common_xsd_Simple_Type_idType.tmp#idType
Type idType
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="DNSRecordId" type="common:idType">
  <xs:annotation>
    <xs:documentation>DNS record id</xs:documentation>
  </xs:annotation>
</xs:element>