Files
axyz/resources/Schema/Components/ScoreScreen.xsd
T
2016-03-02 22:34:03 +01:00

10 lines
340 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="ScoreScreen">
<xs:annotation>
<xs:documentation>The screen where player scores will be shown.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>