root/trunk/AE-go_GameServer/data/static_data/skills/skills.xsd

14451507
160
				minOccurs="0" maxOccurs="1" />
160
				minOccurs="0" maxOccurs="1" />
161
			<xs:element name="dispeldebuff" type="DispelDebuffEffect"
161
			<xs:element name="dispeldebuff" type="DispelDebuffEffect"
162
				minOccurs="0" maxOccurs="1" />
162
				minOccurs="0" maxOccurs="1" />
163
			<xs:element name="mpuseovertime" type="MpUseOverTimeEffect"
164
				minOccurs="0" maxOccurs="1" />
163
		</xs:sequence>
165
		</xs:sequence>
164
		<xs:attribute name="food" type="xs:boolean"/>
166
		<xs:attribute name="food" type="xs:boolean"/>
165
	</xs:complexType>
167
	</xs:complexType>
...
...
487
			</xs:extension>
489
			</xs:extension>
488
		</xs:complexContent>
490
		</xs:complexContent>
489
	</xs:complexType>
491
	</xs:complexType>
492
	
493
	<xs:complexType name="MpUseOverTimeEffect">
494
		<xs:complexContent>
495
			<xs:extension base="Effect">
496
				<xs:attribute name="value" type="xs:int" use="required" />
497
				<xs:attribute name="checktime" type="xs:int" use="required" />
498
			</xs:extension>
499
		</xs:complexContent>
500
	</xs:complexType>
490
501
491
	<xs:complexType name="PoisonEffect">
502
	<xs:complexType name="PoisonEffect">
492
		<xs:complexContent>
503
		<xs:complexContent>