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

Documentation
				Entity used when creating or updating a site in AdGear
		
Properties
This component is not nillable.

Model
<site>
(url? ; dynamic? ; tag_thirdparty ; tag_type)
</site>


Nested Element Summary
xs:booleandynamic
           Whether this site uses the dynamic-inventory mode of configuration, or regular manually-created ad spots  
 tag_thirdparty
           Delivery mode of the site embed code  
 tag_type
           The type of tag  
xs:anyURIurl
           The URL of the site  
Source
<xs:element name="site">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="url" type="xs:anyURI">
</xs:element>
<xs:element minOccurs="0" name="dynamic" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="tag_thirdparty">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="">
</xs:enumeration>
<xs:enumeration value="adconion">
</xs:enumeration>
<xs:enumeration value="oas">
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
</xs:all>
</xs:complexType>
</xs:element>


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