comparison xml/test-schema.xsd @ 2554:e352d52f9237

Creating new option for "same or different" for ab test
author Dave Moffat <me@davemoffat.com>
date Tue, 20 Dec 2016 12:48:37 +0000
parents 464c6c6692d6
children e3cf3c24149e
comparison
equal deleted inserted replaced
2552:a3bcb8b9667d 2554:e352d52f9237
91 <xs:enumeration value="default" /> 91 <xs:enumeration value="default" />
92 <xs:enumeration value="none" /> 92 <xs:enumeration value="none" />
93 <xs:enumeration value="number" /> 93 <xs:enumeration value="number" />
94 <xs:enumeration value="letter" /> 94 <xs:enumeration value="letter" />
95 <xs:enumeration value="capital" /> 95 <xs:enumeration value="capital" />
96 <xs:enumeration value="samediff" />
96 </xs:restriction> 97 </xs:restriction>
97 </xs:simpleType> 98 </xs:simpleType>
98 </xs:attribute> 99 </xs:attribute>
99 <xs:attribute ref="poolSize" /> 100 <xs:attribute ref="poolSize" />
100 <xs:attribute ref="alwaysInclude" /> 101 <xs:attribute ref="alwaysInclude" />