Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element DelRemoteURLRequest
Namespace http://4psa.com/DNSZoneMessages.xsd/1.5
Annotations
Delete remote update location request.
Diagram
Diagram DNSZoneMessages_xsd_Element_DelRemoteURLRequest.tmp#DelRemoteURLRequest_URLId
Properties
content: complex
Model URLId+
Children URLId
Instance
<DelRemoteURLRequest xmlns="http://4psa.com/DNSZoneMessages.xsd/1.5">
  <URLId>{1,unbounded}</URLId>
</DelRemoteURLRequest>
Source
<xs:element name="DelRemoteURLRequest">
  <xs:annotation>
    <xs:documentation>Delete remote update location request.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="URLId" type="common:idType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Remote update location id</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</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
maxOccurs: unbounded
Facets
whiteSpace collapse
Source
<xs:element name="URLId" type="common:idType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Remote update location id</xs:documentation>
  </xs:annotation>
</xs:element>