Skip to content

Instantly share code, notes, and snippets.

@majuscule
Created November 1, 2012 23:04
Show Gist options
  • Save majuscule/3997332 to your computer and use it in GitHub Desktop.
Save majuscule/3997332 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="longtail">
<xs:element name="doc">
<xs:sequence>
<xs:element name="title" type="xs:string"/>
<xs:element name="abstract" type="xs:string"/>
<xs:element name="source_name" type="xs:string"/>
<xs:element name="source_url" type="xs:string"/>
</xs:sequence>
</xs:element>
</xs:element>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment