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 in schema oasis-200401-wss-wssecurity-secext-1_0_xsd Drilldown into URI in schema oasis-200401-wss-wssecurity-secext-1_0_xsdXSD Diagram of ReferenceType in schema oasis-200401-wss-wssecurity-secext-1_0_xsd (OASIS Web Services Security (WSS) TC)
Collapse XSD Schema Code:
<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