Definition Type: ComplexType
Name: ReferenceType
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 represents a reference to an external security token.
Collapse XSD Schema Diagram:
Drilldown into ValueType Drilldown into URIXSD Diagram of ReferenceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="ReferenceType">
    <xsd:annotation>
        <xsd:documentation>This type represents a reference to an external security token.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="URI" type="xsd:anyURI" />
    <xsd:attribute name="ValueType" type="xsd:anyURI" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
URI wsse:URI (Optional)
ValueType wsse:ValueType (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:Reference