Skip to content

Instantly share code, notes, and snippets.

@datguy
Created February 20, 2018 19:38
Show Gist options
  • Save datguy/4a32c3447919ce05bfa8341c8e63526b to your computer and use it in GitHub Desktop.
Save datguy/4a32c3447919ce05bfa8341c8e63526b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0"
xmlns="Shared" targetNamespace="Shared">
<xs:complexType name="sharedType">
<xs:sequence>
<xs:element name="sharedElement" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:schema>
@datguy
Copy link
Author

datguy commented Feb 20, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment