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

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://adgear.com/api/schemas/xml#input} (restriction)

Documentation
            The unit/mode of billing for placement, used in conjunction with charging_amount
        
Properties
This component is not nillable.

Model
<charging_unit>

</charging_unit>

Source
<xs:element minOccurs="0" name="charging_unit">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="mille"/>
<xs:enumeration value="click"/>
<xs:enumeration value="total"/>
<xs:enumeration value="none"/>
</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.