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

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

Documentation
        Determines the state of a page in a site plan.
        placed - This is the state when the Page asset represented by this site
        plan node is "Placed".
        unplaced - This is the state when the Page asset represented
        by this site plan node is "UnPlaced".
Properties
This component is not nillable.

Model

('placed' | 'unplaced')

Source
<xs:simpleType name="sitePlanNodeCodeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="placed"/>
<xs:enumeration value="unplaced"/>
</xs:restriction>
</xs:simpleType>


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