complexType "tns:TopLevelPolicyElementRef"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
Reference to a policy element, i.e. a XACML PolicySet or XACML Policy
Type Derivation Tree
xs:anyURI (extension)
tns:TopLevelPolicyElementRef
|
Derivation: |
extension of xs:anyURI
|
XML Source (w/o annotations (3); see within schema source)
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="version" type="xacml:VersionType" use="optional"/>
<xs:attribute name="policySet" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
policySet
-
Type: |
xs:boolean, predefined |
Use: |
optional |
If policySet=true, then look for a XACML PolicySet matching the identifier and versions if defined.
If policySet=false, then look for a XACML Policy matching the identifier and versions if defined.
If this attribute is not specified, look for a XACML Policy matching the identifier and version, then if not found, look for a XACML PolicySet matching the identifier and version.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="policySet" type="xs:boolean" use="optional"/>
|
version
-
Type: |
xacml:VersionType |
Use: |
optional |
If version is not specified, look for the latest version.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="version" type="xacml:VersionType" use="optional"/>
|