2.3.1.46 AmIAloneSubRequestType

The AmIAloneSubRequestType complex type contains information about an AmIAlone subrequest. The SubRequestType definition from which AmIAloneSubRequestType is extended is defined in section 2.2.4.5.

 <xs:complexType name="AmIAloneSubRequestType">
    <xs:complexContent>
      <xs:extension base="tns:SubRequestType">
        <xs:sequence minOccurs="1" maxOccurs="1">
          <xs:element name="SubRequestData" type="tns:AmIAloneSubRequestDataType" />
        </xs:sequence>
        <xs:attribute name="Type" type="tns:SubRequestAttributeType" use="required" fixed="AmIAlone" />
      </xs:extension>
    </xs:complexContent>
 </xs:complexType>

SubRequestData: An AmIAloneSubRequestDataType that specifies the data or input parameters needed for processing the AmIAlone subrequest. AmIAloneSubRequestDataType is defined in section 2.3.1.45.

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