3.1.4.1.3.5 wst:RequestSecurityTokenResponseCollectionType

The <wst:RequestSecurityTokenResponseCollectionType> is defined in the [WSTrust1.3] XML schema definition (XSD) as a collection of one or more <wst:RequestSecurityTokenResponse> elements. The WS-Trust X.509v3 Token Enrollment Extensions further constrain the [WSTrust1.3] definition and the <wst:RequestSecurityTokenResponseCollection> collection MUST contain at most one <wst:RequestSecurityTokenResponse> element.

 <xs:complexType name="RequestSecurityTokenResponseCollectionType">
   <xs:annotation>
   <xs:documentation>
 The <wst:RequestSecurityTokenResponseCollection> element (RSTRC) MUST be used to return a security token or response to a security token request on the final response.</xs:documentation> 
   </xs:annotation>
   <xs:sequence>
   <xs:element ref="wst:RequestSecurityTokenResponse" minOccurs="1" maxOccurs="unbounded" /> 
   </xs:sequence>
   <xs:anyAttribute namespace="##other" processContents="lax" /> 
   </xs:complexType>
  

wst:RequestSecurityTokenResponse: An instance of a wst:RequestSecurityTokenResponseType object. The <wst:RequestSecurityTokenResponseCollectionType> MUST contain only one <RequestSecurityTokenResponse> element.