Skip to content

Instantly share code, notes, and snippets.

@frzleaf
Last active April 5, 2016 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frzleaf/34a0ebb738f5c5ad89d81bfffbf0d684 to your computer and use it in GitHub Desktop.
Save frzleaf/34a0ebb738f5c5ad89d81bfffbf0d684 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="valuesType">
<xs:complexType>
<xs:sequence>
<xs:element name="string" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment