Skip to content

Instantly share code, notes, and snippets.

@datguy
Created February 20, 2018 19:39
Show Gist options
  • Save datguy/39568eb399488426671be28265ae188b to your computer and use it in GitHub Desktop.
Save datguy/39568eb399488426671be28265ae188b 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="main2" targetNamespace="main2"
xmlns:shared="Shared">
<xs:import namespace="Shared" schemaLocation="shared.xsd"/>
<xs:complexType name="type2">
<xs:sequence>
<xs:element name="element2" type="shared:sharedType" />
</xs:sequence>
</xs:complexType>
<xs:element name="topElement2" type="type2"/>
</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