http://www.fatwire.com/schema/rest/1.0
simpleType sitePlanNodeTypeEnum

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

Documentation
        Determines the type of node in a site plan.
        publication - For a publication node in the site plan - this is also the root
        node for any site plan.
        page - For a page asset in a site plan - such a node
        cannot be a root node, but any other node will always be a page asset,
        and hence this type.
Properties
This component is not nillable.

Model

('publication' | 'page')

Source
<xs:simpleType name="sitePlanNodeTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="publication"/>
<xs:enumeration value="page"/>
</xs:restriction>
</xs:simpleType>


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