Created
February 20, 2018 19:39
-
-
Save datguy/39568eb399488426671be28265ae188b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#mganss/XmlSchemaClassGenerator#49