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

Documentation
							The type of tag
					
										SCRIPT [http(s)]
								
										IFRAME [http(s)]
								
										Synch IFRAME (busting)
								
Properties
This component is not nillable.

Model
<tag_type>

</tag_type>

Source
<xs:element minOccurs="0" name="tag_type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="script">
</xs:enumeration>
<xs:enumeration value="siframe">
</xs:enumeration>
<xs:enumeration value="iframe">
</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.