Better default values and documentation

This commit is contained in:
viktorljung
2016-01-18 17:51:17 +01:00
parent 2a93e2ae7f
commit c4594524da
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Text xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Text.xsd">
<Content></Content>
<Resource></Resource>
<Content>Text</Content>
<Resource>Fonts/DroidSans.ttf</Resource>
<Color R="1" G="1" B="1" A="1"/>
<Visible>true</Visible>
</Text>
+1 -1
View File
@@ -13,7 +13,7 @@
<xs:annotation><xs:documentation>the content of the string printed</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="Resource" type="t:string" minOccurs="0">
<xs:annotation><xs:documentation>font file</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>The asset file, font resolution, example: Fonts/font.ttf,16</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="Color" type="t:Color" minOccurs="0">
<xs:annotation><xs:documentation>Color</xs:documentation></xs:annotation>