2.11 Path

The Path element specifies a collection of RolePathItem elements as an ordered list. This list is the series of steps (typically roles) to follow to reach the desired entity.

The Path element MUST contain at least one Path.RolePathItem element and can contain more.

The following are the parent and child elements of the Path element.

Parent elements

AttributeReference

Expression

Child elements

Path.RolePathItem

The following is the XML Schema definition of the Path element.          

 <xsd:complexType name="PathType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="RolePathItem" type="RolePathItemType" />
   </xsd:choice>
 </xsd:complexType>