Definition Type: ComplexType
Name: AuthzDecisionStatementType
Namespace: urn:oasis:names:tc:SAML:2.0:assertion
Type: saml:StatementAbstractType
Containing Schema: saml-schema-assertion-2.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Evidence in schema saml-schema-assertion-2_0_xsd Drilldown into Action in schema saml-schema-assertion-2_0_xsd Drilldown into StatementAbstractType in schema saml-schema-assertion-2_0_xsd Drilldown into Decision in schema saml-schema-assertion-2_0_xsd Drilldown into Resource in schema saml-schema-assertion-2_0_xsdXSD Diagram of AuthzDecisionStatementType in schema saml-schema-assertion-2_0_xsd (OASIS Security Services (SAML) TC)
Collapse XSD Schema Code:
<complexType name="AuthzDecisionStatementType">
    <complexContent>
        <extension base="saml:StatementAbstractType">
            <sequence>
                <element ref="saml:Action" maxOccurs="unbounded" />
                <element ref="saml:Evidence" minOccurs="0" />
            </sequence>
            <attribute name="Resource" type="anyURI" use="required" />
            <attribute name="Decision" type="saml:DecisionType" use="required" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Action saml:Action (1) unbounded
Evidence saml:Evidence 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Resource saml:Resource Required
Decision saml:Decision Required
Collapse Derivation Tree:
Collapse References:
saml:AuthzDecisionStatement