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 - parent asset is not affected by the changes in the child asset contents
          EXACT - 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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.