http://adgear.com/api/schemas/xml#input
element targeting_type

Documentation
							Specifies which form of targeting, if any, the placement should respect.
					
                    The placement should not respect any targeting, even if one of the targeting attributes it set.
                
                    The placement should respect the basic targeting rules specified in the HTML wizard interface.
                
                    The placement should respect the advanced targeting rule specified via the targeting_rule attribute.
                
Properties
This component is not nillable.

Model
<targeting_type>

</targeting_type>

Source
<xs:element minOccurs="0" name="targeting_type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none">
</xs:enumeration>
<xs:enumeration value="wizard">
</xs:enumeration>
<xs:enumeration value="advanced">
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>


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