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

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

Documentation
        Determines the way the dependency is resolved when
        a child asset is changed.
          EXISTS - The parent asset is not affected by the changes in the child asset contents.
          EXACT - The parent asset depends on the child asset contents.
            When the child asset is changed, the parent is considered to be affected as well.
      
Properties
This component is not nillable.

Model

('EXISTS' | 'EXACT')

Source
<xs:simpleType name="dependencyTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="EXISTS"/>
<xs:enumeration value="EXACT"/>
</xs:restriction>
</xs:simpleType>


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