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

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

Documentation
This bean provides service URL's for accessing nodes
        in a
        site plan and the related objects in Content Server.
Properties
This component is not nillable.

Model
<...>
(id?, name?, node?, nodePath?, placedChildren?, unPlacedChildren? )
</...>


Nested Element Summary
xs:longid
          The id of the entity (maybe a site for a publication node, or may be a Page asset for any other node) represented by this node. 
xs:stringname
          The name of the entity (maybe a site for a publication node, or may be a Page asset for any other node) represented by this node. 
navigationNodenode
          This node in the site plan. 
navigationNodePathnodePath
          The path of this node in the site plan. 
navigationNodeChildrenplacedChildren
          The placed children of this node in the site plan. 
navigationNodeChildrenunPlacedChildren
          The unplaced children of this node in the site plan. 
Source
<xs:complexType name="navigation">
<xs:sequence>
<xs:element minOccurs="0" name="id" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="node" type="navigationNode">
</xs:element>
<xs:element minOccurs="0" name="nodePath" type="navigationNodePath">
</xs:element>
<xs:element minOccurs="0" name="placedChildren" type="navigationNodeChildren">
</xs:element>
<xs:element minOccurs="0" name="unPlacedChildren" type="navigationNodeChildren">
</xs:element>
</xs:sequence>
</xs:complexType>


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