<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.castor.org/SourceGenerator/Binding"
        xmlns="http://www.castor.org/SourceGenerator/Binding"
        elementFormDefault="unqualified">
  <xsd:element name="wikidata">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="title" type="xsd:string" />
        <xsd:element name="frozen" type="xsd:boolean" />
        <xsd:element name="lastmodified" type="xsd:string" />
        <xsd:element name="time" type="xsd:string" />
        <xsd:element name="lastowner" type="xsd:string"/>
        <xsd:element name="parents" type="xsd:string" />
        <xsd:element name="content" type="xsd:string" />
        <xsd:element name="historyItemList" minOccurs="0" >
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="historyItem" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                  <xsd:sequence>
                    <xsd:element name="type" type="xsd:string" minOccurs="0" />
                    <xsd:element name="line" type="xsd:int" minOccurs="0" />
                    <xsd:element name="data" type="xsd:string" minOccurs="0" />
                    <xsd:element name="lastmodified" type="xsd:string" minOccurs="0" />
                    <xsd:element name="time" type="xsd:string" minOccurs="0" />
                  </xsd:sequence>
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="nodeItemList" minOccurs="0" >
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element name="nodeItem" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                  <xsd:sequence>
                    <xsd:element name="title" type="xsd:string" minOccurs="0" />
                    <xsd:element name="linkowner" type="xsd:string" minOccurs="0" />
                    <xsd:element name="linkdate" type="xsd:string" minOccurs="0" />
                    <xsd:element name="time" type="xsd:string" minOccurs="0" />
                  </xsd:sequence>
                </xsd:complexType>
              </xsd:element>
            </xsd:sequence>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>
