ice-request

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
request-id required

Used By

Element ice-payload

Source

<xs:element name="ice-request">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="ice-cancel"/>
      <xs:element ref="ice-get-catalog"/>
      <xs:element ref="ice-get-package"/>
      <xs:element ref="ice-get-sequence"/>
      <xs:element ref="ice-repair-item"/>
      <xs:element ref="ice-package" maxOccurs="unbounded"/>
      <xs:element ref="ice-send-confirmations"/>
      <xs:element ref="ice-change-subscription"/>
      <xs:element ref="ice-code"/>
      <xs:element ref="ice-get-events"/>
      <xs:element ref="ice-get-status"/>
      <xs:element ref="ice-nop"/>
      <xs:element ref="ice-notify"/>
      <xs:element ref="ice-offer"/>
    </xs:choice>
    <xs:attribute name="request-id" use="required"/>
  </xs:complexType>
</xs:element>

Sample