ops:priority-claimType

An exch:priority-claim with the two optional attributes system and family-id added. System
describes which OPS system sent the response / should handle the request.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
data-format xs:string optional
id xs:ID optional
kind restriction of xs:token required
sequence xs:string optional
status xs:string optional
system xs:string optional

Used By

Source

<xs:complexType name="priority-claimType">
  <xs:annotation>
    <xs:documentation>An exch:priority-claim with the two optional attributes system and family-id added. System describes which OPS system sent the response / should handle the request.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="exch:priority-claimType">
      <xs:attribute name="system" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>