2.3.1.17 ServerTimeSubRequestType

The ServerTimeSubRequestType complex type contains information about a server time subrequest. The SubRequestType definition from which ServerTimeSubRequestType is extended is defined in section 2.2.4.5. The SubRequestData element is not contained in a SubRequest element of type ServerTimeSubRequestType.

 <xs:complexType name="ServerTimeSubRequestType">
   <xs:complexContent>
     <xs:extension base="tns:SubRequestType">
       <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="ServerTime" />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Type: A SubRequestAttributeType that specifies the type of subrequest. The Type attribute MUST be set to "ServerTime" for a server time subrequest. SubRequestAttributeType is defined in section 2.2.5.11.