You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
6.8 KiB
XML

<EFBFBD><EFBFBD><?xml version="1.0" encoding="utf-16"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="credits">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="paths">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="path">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="destination">
<xsd:complexType>
<xsd:attribute name="x" type="xsd:float" />
<xsd:attribute name="y" type="xsd:float" />
<xsd:attribute name="speed" type="xsd:float" />
<xsd:attribute name="delay" type="xsd:int" default="0"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="styles">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="style">
<xsd:complexType>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="path" type="xsd:string" />
<xsd:attribute name="color" type="xsd:string" />
<xsd:attribute name="font" type="xsd:string" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="texts">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="text">
<xsd:complexType>
<xsd:attribute name="style" type="xsd:string" />
<xsd:attribute name="delay" type="xsd:int" />
<xsd:attribute name="value" type="xsd:string" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="animations">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="animation">
<xsd:complexType>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="x" type="xsd:int" />
<xsd:attribute name="y" type="xsd:int" />
<xsd:attribute name="width" type="xsd:int" />
<xsd:attribute name="height" type="xsd:int" />
<xsd:attribute name="path" type="xsd:string" />
<xsd:attribute name="angle" type="xsd:float" />
<xsd:attribute name="delay" type="xsd:int" />
<xsd:attribute name="oriented" type="xsd:boolean" />
<xsd:attribute name="animation" type="xsd:boolean" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>