<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dc="http://purl.org/dc/elements/1.1/" targetNamespace="info:sid/localhost:CollectionSimpleSchemas:wiki" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">
<xsd:annotation>
<xsd:appinfo>
<dc:title>wiki: Wiki Markup</dc:title>
</xsd:appinfo>
</xsd:annotation>
<xsd:element type="RecordType" name="record"/>
<xsd:complexType name="RecordType">
<xsd:sequence>
<xsd:element name="raw">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:annotation>
<xsd:appinfo>
<dc:title>Field value constraints</dc:title>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
