complexType "tns:TopLevelPolicyElementRef"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in pdp.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
 = 
xs:boolean
   
>
   
Content: 
{ xs:anyURI }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Reference to a policy element, i.e. a XACML PolicySet or XACML Policy
Type Definition Detail
Type Derivation Tree
xs:anyURI (extension)
  tns:TopLevelPolicyElementRef
Derivation:
extension of xs:anyURI
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TopLevelPolicyElementRef">
<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
xs:string
Pattern:
(\d+\.)*\d+
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="version" type="xacml:VersionType" use="optional"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.