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

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

Documentation
A node in a site plan entity in Content Server.
Properties
This component is not nillable.

Model
<...>
(href?, nodeobject? )
</...>


Nested Element Summary
xs:stringhref
          The URL to the resource providing further information on the object represented by this site plan node (maybe a site for a publication node, or may be a Page asset for any other node). 
xs:stringnodeobject
          The URL to the resource providing further information on this site plan node.  
Implementors
navigationNode

Source
<xs:complexType name="navigationNode">
<xs:sequence>
<xs:element minOccurs="0" name="href" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="nodeobject" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


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