Version 0.9.9

- several bugfixes
- Code cleaning
This commit is contained in:
football
2021-04-04 22:15:15 +02:00
parent 7d8b92f1df
commit a2ea3364a4
154 changed files with 16463 additions and 16463 deletions

View File

@@ -1,28 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Football Extension by football XSD file v0.9.4 copyright 2016 football.
$Id: seasons-data-0.9.4.xsd 1 2016-01-01 11:11:11Z football $ -->
<xs:schema id="seasons-data" targetNamespace="http://football.bplaced.net/ext/football/football/xml/seasons-data-0.9.4.xsd" xmlns="http://football.bplaced.net/ext/football/football/xml/seasons-data-0.9.4.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified" xmlns:xdt="http://www.w3.org/2005/xpath-datatypes">
<xs:element name="seasons-data">
<xs:element name="code" type="xsd:string" />
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="season">
<xs:complexType>
<xs:sequence>
<xs:element name="season_id" type="xsd:int" />
<xs:element name="season_name_short" type="xsd:string" />
<xs:element maxOccurs="unbounded" name="league">
<xs:complexType>
<xs:sequence>
<xs:element name="league_id" type="xsd:int" />
<xs:element name="league_name" type="xsd:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Football Extension by football XSD file v0.9.4 copyright 2016 football.
$Id: seasons-data-0.9.4.xsd 1 2016-01-01 11:11:11Z football $ -->
<xs:schema id="seasons-data" targetNamespace="http://football.bplaced.net/ext/football/football/xml/seasons-data-0.9.4.xsd" xmlns="http://football.bplaced.net/ext/football/football/xml/seasons-data-0.9.4.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified" xmlns:xdt="http://www.w3.org/2005/xpath-datatypes">
<xs:element name="seasons-data">
<xs:element name="code" type="xsd:string" />
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="season">
<xs:complexType>
<xs:sequence>
<xs:element name="season_id" type="xsd:int" />
<xs:element name="season_name_short" type="xsd:string" />
<xs:element maxOccurs="unbounded" name="league">
<xs:complexType>
<xs:sequence>
<xs:element name="league_id" type="xsd:int" />
<xs:element name="league_name" type="xsd:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>