updated schema

Former-commit-id: 8a78c1f646d48aa61d46f62e36bfdf34f8818a1e
This commit is contained in:
Jeremy Long
2013-11-25 19:34:07 -05:00
parent 47e58942f8
commit 4236a2e6f7
4 changed files with 260 additions and 151 deletions

View File

@@ -15,6 +15,7 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
<xs:attribute name="caseSensitive" use="optional" type="xs:boolean" default="false"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
@@ -28,6 +29,7 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="regex" use="optional" type="xs:boolean" default="false"/>
<xs:attribute name="caseSensitive" use="optional" type="xs:boolean" default="false"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>