Definition Type: ComplexType
Name: SecurityTokenReferenceType
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
This type is used reference a security token.
Collapse XSD Schema Diagram:
Drilldown into Usage Drilldown into IdXSD Diagram of SecurityTokenReferenceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="SecurityTokenReferenceType">
    <xsd:annotation>
        <xsd:documentation>This type is used reference a security token.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:any processContents="lax" />
    </xsd:choice>
    <xsd:attribute ref="wsu:Id" />
    <xsd:attribute ref="wsse:Usage" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id (Optional)
Usage wsse:Usage (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:SecurityTokenReference