Created
February 20, 2018 19:39
-
-
Save datguy/24e4adaff2edd56ca838f55626fe7651 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="main1" targetNamespace="main1" | |
xmlns:shared="Shared"> | |
<xs:import namespace="Shared" schemaLocation="shared.xsd"/> | |
<xs:complexType name="type1"> | |
<xs:sequence> | |
<xs:element name="element1" type="shared:sharedType" /> | |
</xs:sequence> | |
</xs:complexType> | |
<xs:element name="topElement1" type="type1"/> | |
</xs:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#mganss/XmlSchemaClassGenerator#49