Definition Type: ComplexType
Name: AttributedString
Namespace: http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oasis-200401-wss-wssecurity-secext-1.0.xsd
Abstract
Documentation:
This type represents an element with arbitrary attributes.
Collapse XSD Schema Diagram:
Drilldown into IdXSD Diagram of AttributedString
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="AttributedString">
    <xsd:annotation>
        <xsd:documentation>This type represents an element with arbitrary attributes.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute ref="wsu:Id" />
            <xsd:anyAttribute namespace="##other" processContents="lax" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Id wsu:Id (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
wsse:EncodedString, wsse:PasswordString, wsse:Username