Skip to content

Commit

Permalink
Added forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielCM authored Oct 26, 2017
1 parent 0d0315b commit 2e42572
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/namespaces-sample/double-import-doc.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://github.com/MichielCM/xsd2html2xml/doubleImport">
<xs:simpleType name="doubleImportedType">
<xs:restriction base="xs:string">
<xs:pattern value="(TRUE|FALSE)" />
</xs:restriction>
</xs:simpleType>
</xs:schema>

0 comments on commit 2e42572

Please sign in to comment.