2.2.3.8.1 RelayQuiescent Request Payload

The /RelayQuiescent/Payload/@data attribute contains the payload fragment data as specified in section 2.2.2.1.2.

In the payload fragment data, the /fragment/Payload/SE/Enc/@EC attribute data before encryption is specified as:

 <xs:element name="RelayQuiescent">
  <xs:complexType>
   <xs:sequence>
    <xs:element name="relay">
     <xs:complexType>
      <xs:attribute name="status" type="xs:int" use="required"/>
     </xs:complexType>
    </xs:element>
   </xs:sequence>
  </xs:complexType>
 </xs:element>

The following table describes the elements and attributes.

XPath

Description

/RelayQuiescent

RelayQuiescent request element

/RelayQuiescent/relay

Relay status element

/RelayQuiescent/relay/@status

The server state to be set. To set the server to the inactive state, status MUST be set to 1. To set the server to the active state, status MUST be set to 0.<4>