Skip to content

Instantly share code, notes, and snippets.

@rorymckinley
Created October 31, 2010 14:55
Show Gist options
  • Save rorymckinley/656678 to your computer and use it in GitHub Desktop.
Save rorymckinley/656678 to your computer and use it in GitHub Desktop.
Snippet of valid_note.xsd
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://beatniksoftware.com/tomboy" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd" />
...
<xs:element name="text">
<xs:complexType>
<xs:sequence>
...
</xs:sequence>
<xs:attribute ref="xml:space"/>
</xs:complexType>
</xs:element>
...
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment