Definition Type: ComplexType
Name: EncodedString
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Type: wsse:AttributedString
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
This type is used for elements containing stringified binary data.
Collapse XSD Schema Diagram:
Drilldown into Id Drilldown into AttributedString Drilldown into EncodingTypeXSD Diagram of EncodedString
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="EncodedString">
    <xsd:annotation>
        <xsd:documentation>This type is used for elements containing stringified binary data.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="wsse:AttributedString">
            <xsd:attribute name="EncodingType" type="xsd:anyURI" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id (Optional)
EncodingType wsse:EncodingType (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:BinarySecurityTokenType, wsse:KeyIdentifierType, wsse:Nonce