http://www.fatwire.com/schema/rest/1.0
complexType navigationNodePath

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.fatwire.com/schema/rest/1.0}navigationNodePath (restriction)

Documentation
The path for a node in a site plan entity in Content
        Server. The node path starts from the root of the site plan
        (publication node) and ends at the parent of a node.
  
Properties
This component is not nillable.

Model
<...>
node*
</...>


Nested Element Summary
navigationNodenode
          The nodes along the path of a node starting from the root of the site plan (publication node) and ending at the parent of the node. 
Implementors
navigationNodePath

Source
<xs:complexType name="navigationNodePath">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="node" type="navigationNode">
</xs:element>
</xs:sequence>
</xs:complexType>


Copyright \xA9 2013, Oracle and/or its affiliates. All Rights Reserved.