Files
axyz/resources/Schema/Components/PickupSpawn.xsd
T
2016-02-04 17:43:45 +01:00

12 lines
356 B
XML

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:t="types">
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
<xs:element name="PickupSpawn">
<xs:annotation>
<xs:documentation>Combined with a Spawner, defines a spawn point for a pickup</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>