Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element URLId
Namespace http://4psa.com/DNSZoneMessagesInfo.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="commonInput:idType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Remote update location id</xs:documentation>
  </xs:annotation>
</xs:element>
Element notice
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram DNSZoneMessagesInfo_xsd_Complex_Type_DelRemoteURLResponseType.tmp#DelRemoteURLResponseType_DelRemoteURLResponseType_notice_message DNSZoneMessagesInfo_xsd_Complex_Type_DelRemoteURLResponseType.tmp#DelRemoteURLResponseType_DelRemoteURLResponseType_notice_code
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model message{0,1} , code{0,1}
Children code, message
Instance
<notice xmlns="http://4psa.com/DNSZoneMessagesInfo.xsd/1.5">
  <message>{0,1}</message>
  <code>{0,1}</code>
</notice>
Source
<xs:element name="notice" minOccurs="0" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="message" type="commonInput:text" minOccurs="0"/>
      <xs:element name="code" type="commonInput:text" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element notice / message
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_text.tmp#text
Type text
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
Source
<xs:element name="message" type="commonInput:text" minOccurs="0"/>
Element notice / code
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram Common_xsd_Simple_Type_text.tmp#text
Type text
Properties
content: simple
minOccurs: 0
Facets
whiteSpace preserve
Source
<xs:element name="code" type="commonInput:text" minOccurs="0"/>
Complex Type DelRemoteURLResponseType
Namespace http://4psa.com/DNSZoneMessagesInfo.xsd/1.5
Diagram
Diagram DNSZoneMessagesInfo_xsd_Complex_Type_DelRemoteURLResponseType.tmp#DelRemoteURLResponseType_URLId DNSZoneMessagesInfo_xsd_Complex_Type_DelRemoteURLResponseType.tmp#DelRemoteURLResponseType_notice
Used by
Element DelRemoteURLResponse
Model URLId+ , notice*
Children URLId, notice
Source
<xs:complexType name="DelRemoteURLResponseType">
  <xs:sequence>
    <xs:element name="URLId" type="commonInput:idType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Remote update location id</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="notice" minOccurs="0" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <xs:element name="message" type="commonInput:text" minOccurs="0"/>
          <xs:element name="code" type="commonInput:text" minOccurs="0"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>