Definition Type: Element
Name: ExciseCustomsVAT
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotExciseCustomsVAT in schema itr-5_2018_master_xsd Drilldown into OthDutyTaxCess in schema itr-5_2018_master_xsd Drilldown into UnionTerrGoodServiceTax in schema itr-5_2018_master_xsd Drilldown into IntegratedGoodServiceTax in schema itr-5_2018_master_xsd Drilldown into StateGoodServiceTax in schema itr-5_2018_master_xsd Drilldown into CentralGoodServiceTax in schema itr-5_2018_master_xsd Drilldown into Cess in schema itr-5_2018_master_xsd Drilldown into VATorSaleTax in schema itr-5_2018_master_xsd Drilldown into ServiceTax in schema itr-5_2018_master_xsd Drilldown into UnionExciseDuty in schema itr-5_2018_master_xsdXSD Diagram of ExciseCustomsVAT in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ExciseCustomsVAT">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="UnionExciseDuty" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ServiceTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="VATorSaleTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Cess" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="CentralGoodServiceTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="StateGoodServiceTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IntegratedGoodServiceTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnionTerrGoodServiceTax" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthDutyTaxCess" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotExciseCustomsVAT" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UnionExciseDuty ITRForm:UnionExciseDuty (1) (1)
ServiceTax ITRForm:ServiceTax (1) (1)
VATorSaleTax ITRForm:VATorSaleTax (1) (1)
Cess ITRForm:Cess 0 (1)
CentralGoodServiceTax ITRForm:CentralGoodServiceTax (1) (1)
StateGoodServiceTax ITRForm:StateGoodServiceTax (1) (1)
IntegratedGoodServiceTax ITRForm:IntegratedGoodServiceTax (1) (1)
UnionTerrGoodServiceTax ITRForm:UnionTerrGoodServiceTax (1) (1)
OthDutyTaxCess ITRForm:OthDutyTaxCess (1) (1)
TotExciseCustomsVAT ITRForm:TotExciseCustomsVAT (1) (1)