Definition Type: ComplexType
Name: KeyValueTokenType
Namespace: http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702
Containing Schema: ws-securitypolicy-1.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IncludeToken in schema ws-securitypolicy-1_2_xsdXSD Diagram of KeyValueTokenType in schema ws-securitypolicy-1_2_xsd (OASIS Web Services Secure Exchange (WS-SX) TC)
Collapse XSD Schema Code:
<xs:complexType name="KeyValueTokenType">
    <xs:sequence>
        <!--
			Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
			<xs:element ref="wsp:Policy" minOccurs="0" />
			-->
        <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
    </xs:sequence>
    <xs:attribute ref="tns:IncludeToken" use="optional" />
    <xs:anyAttribute namespace="##any" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
IncludeToken tns:IncludeToken Optional
<anyAttribute> Allowed namespace: '##any'
Collapse Derivation Tree:
Collapse References:
tns:KeyValueToken