-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathie742.xsd
150 lines (150 loc) · 8.1 KB
/
ie742.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ie="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:IE742:V3.13" xmlns:emcs="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:EMCS:V3.13" xmlns:tms="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:TMS:V3.13" xmlns:tcl="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:TCL:V3.13" xmlns:doc="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:DOC:V3.13" targetNamespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:IE742:V3.13" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.00">
<!--=========================================-->
<!--===== IE742:C_STA_VAL -->
<!--===== SEED STATISTICS -->
<!--=========================================-->
<!--===== Imports =====-->
<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:EMCS:V3.13" schemaLocation="types.xsd" />
<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:TMS:V3.13" schemaLocation="tms.xsd" />
<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:TCL:V3.13" schemaLocation="tcl.xsd" />
<xs:import namespace="urn:publicid:-:EC:DGTAXUD:EMCS:PHASE4:DOC:V3.13" schemaLocation="doc.xsd" />
<!--===== Root Element =====-->
<xs:element name="IE742" type="ie:IE742Type" />
<!--===== EMCS Data Groups Declarations =====-->
<xs:complexType name="IE742Type">
<xs:sequence>
<xs:element name="Header" type="tms:HeaderType" />
<xs:element name="Body" type="ie:BodyType" />
</xs:sequence>
</xs:complexType>
<!--===== IE Specific Data Groups Declarations =====-->
<xs:complexType name="BodyType">
<xs:sequence>
<xs:element name="SEEDStatistics" type="ie:SEEDStatisticsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="SEEDStatisticsType">
<xs:sequence>
<xs:element name="StatisticsPeriod" type="ie:StatisticsPeriodType" />
<xs:element name="StatisticsPerMemberState" type="ie:StatisticsPerMemberStateType" minOccurs="0" maxOccurs="99" />
<xs:element name="StatisticsAllMemberStates" type="ie:StatisticsAllMemberStatesType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="StatisticsPeriodType">
<xs:annotation>
<xs:documentation>
<doc:description value="STATISTICS PERIOD" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Year" type="emcs:YearType" />
<xs:element name="Semester" type="tcl:Semester" minOccurs="0" />
<xs:element name="Quarter" type="tcl:Quarter" minOccurs="0" />
<xs:element name="Month" type="tcl:Month" minOccurs="0" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="StatisticsPerMemberStateType">
<xs:annotation>
<xs:documentation>
<doc:description value="STATISTICS PER MEMBER STATE" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="MemberStateCode" type="emcs:MemberStateCodeType" />
<xs:element name="NumberOfActiveEconomicOperators" type="emcs:NumberOfActiveEconomicOperatorsType" minOccurs="0" />
<xs:element name="NumberOfInactiveEconomicOperators" type="emcs:NumberOfInactiveEconomicOperatorsType" minOccurs="0" />
<xs:element name="NumberOfPendingExpirations" type="emcs:NumberOfPendingExpirationsType" minOccurs="0" />
<xs:element name="NumberOfTaxWarehouses" type="emcs:NumberOfTaxWarehousesType" minOccurs="0" />
<xs:element name="NumberOfExciseAuthorisationChanges" type="emcs:NumberOfExciseAuthorisationChangesType" minOccurs="0" />
<xs:element name="NumberOfDeletedEconomicOperators" type="emcs:NumberOfDeletedEconomicOperatorsType" minOccurs="0" />
<xs:element name="OperatorType" type="ie:OperatorTypeType" minOccurs="0" maxOccurs="9" />
<xs:element name="ExciseProductCategoryActivity" type="ie:ExciseProductCategoryActivityType" minOccurs="0" maxOccurs="9" />
<xs:element name="ExciseProductActivity" type="ie:ExciseProductActivityType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="OperatorTypeType">
<xs:annotation>
<xs:documentation>
<doc:description value="OPERATOR TYPE" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OperatorTypeCode" type="tcl:OperatorTypeCode" />
<xs:element name="NumberOfEconomicOperators" type="emcs:NumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ExciseProductCategoryActivityType">
<xs:annotation>
<xs:documentation>
<doc:description value="EXCISE PRODUCT CATEGORY ACTIVITY" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExciseProductsCategoryCode" type="emcs:ExciseProductsCategoryCodeType" />
<xs:element name="NumberOfEconomicOperators" type="emcs:NumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ExciseProductActivityType">
<xs:annotation>
<xs:documentation>
<doc:description value="EXCISE PRODUCT ACTIVITY" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExciseProductCode" type="emcs:ExciseProductCodeType" />
<xs:element name="NumberOfEconomicOperators" type="emcs:NumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="StatisticsAllMemberStatesType">
<xs:annotation>
<xs:documentation>
<doc:description value="STATISTICS ALL MEMBER STATES" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TotalNumberOfActiveEconomicOperators" type="emcs:TotalNumberOfActiveEconomicOperatorsType" minOccurs="0" />
<xs:element name="TotalNumberOfInactiveEconomicOperators" type="emcs:TotalNumberOfInactiveEconomicOperatorsType" minOccurs="0" />
<xs:element name="TotalNumberOfPendingExpirations" type="emcs:TotalNumberOfPendingExpirationsType" minOccurs="0" />
<xs:element name="TotalNumberOfTaxWarehouses" type="emcs:TotalNumberOfTaxWarehousesType" minOccurs="0" />
<xs:element name="TotalNumberOfExciseAuthorisationChanges" type="emcs:TotalNumberOfExciseAuthorisationChangesType" minOccurs="0" />
<xs:element name="TotalNumberOfDeletedEconomicOperators" type="emcs:TotalNumberOfDeletedEconomicOperatorsType" minOccurs="0" />
<xs:element name="OperatorTypeAllMemberStates" type="ie:OperatorTypeAllMemberStatesType" minOccurs="0" maxOccurs="9" />
<xs:element name="ExciseProductCategoryActivityAllMemberStates" type="ie:ExciseProductCategoryActivityAllMemberStatesType" minOccurs="0" maxOccurs="9" />
<xs:element name="ExciseProductActivityAllMemberStates" type="ie:ExciseProductActivityAllMemberStatesType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="OperatorTypeAllMemberStatesType">
<xs:annotation>
<xs:documentation>
<doc:description value="OPERATOR TYPE ALL MEMBER STATES" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OperatorTypeCode" type="tcl:OperatorTypeCode" />
<xs:element name="TotalNumberOfEconomicOperators" type="emcs:TotalNumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ExciseProductCategoryActivityAllMemberStatesType">
<xs:annotation>
<xs:documentation>
<doc:description value="EXCISE PRODUCT CATEGORY ACTIVITY ALL MEMBER STATES" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExciseProductsCategoryCode" type="emcs:ExciseProductsCategoryCodeType" />
<xs:element name="TotalNumberOfEconomicOperators" type="emcs:TotalNumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="ExciseProductActivityAllMemberStatesType">
<xs:annotation>
<xs:documentation>
<doc:description value="EXCISE PRODUCT ACTIVITY ALL MEMBER STATES" />
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ExciseProductCode" type="emcs:ExciseProductCodeType" />
<xs:element name="TotalNumberOfEconomicOperators" type="emcs:TotalNumberOfEconomicOperatorsType" />
</xs:sequence>
</xs:complexType>
</xs:schema>