tests/validate_simpletypes2_sup.py:1250: UserWarning: Value "2" does not match xsd minExclusive restriction on integer_range_1_st
  warnings_.warn('Value "%(value)s" does not match xsd minExclusive restriction on integer_range_1_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1260: UserWarning: Value "b'mmaaa1234mnopzzz'" does not match xsd pattern restrictions: [['^(aaa.*zzz)$', '^(bbb.*xxx)$'], ['^(.*123.*)$', '^(.*456.*)$']]
  warnings_.warn('Value "%s" does not match xsd pattern restrictions: %s' % (value.encode('utf-8'), self.validate_pattern_st_patterns_, ))
tests/validate_simpletypes2_sup.py:1273: UserWarning: Value "b'floatxx'" does not match xsd enumeration restriction on token_enum_st
  warnings_.warn('Value "%(value)s" does not match xsd enumeration restriction on token_enum_st' % {"value" : value.encode("utf-8")} )
tests/validate_simpletypes2_sup.py:1280: UserWarning: Value "22" does not match xsd maxInclusive restriction on integer_range_incl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxInclusive restriction on integer_range_incl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1285: UserWarning: Value "-40" does not match xsd minExclusive restriction on integer_range_excl_st
  warnings_.warn('Value "%(value)s" does not match xsd minExclusive restriction on integer_range_excl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1294: UserWarning: Value "b'mno pqr'" does not match xsd minLength restriction on min_max_length_st
  warnings_.warn('Value "%(value)s" does not match xsd minLength restriction on min_max_length_st' % {"value" : value.encode("utf-8")} )
tests/validate_simpletypes2_sup.py:1299: UserWarning: Value "b'012345'" does not match xsd length restriction on length_st
  warnings_.warn('Value "%(value)s" does not match xsd length restriction on length_st' % {"value" : value.encode("utf-8")} )
tests/validate_simpletypes2_sup.py:1383: UserWarning: Value "0.2" does not match xsd minInclusive restriction on anonymous_float_valueType
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on anonymous_float_valueType' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1370: UserWarning: Value "b'efgh'" does not match xsd pattern restrictions: [['^(abcd|ef\\|gh)$']]
  warnings_.warn('Value "%s" does not match xsd pattern restrictions: %s' % (value.encode('utf-8'), self.validate_vbar_pattern_st_patterns_, ))
tests/validate_simpletypes2_sup.py:1377: UserWarning: Value "b'ef\xc4\x9fh'" does not match xsd pattern restrictions: [['^(abçd|ef\\|gh)$']]
  warnings_.warn('Value "%s" does not match xsd pattern restrictions: %s' % (value.encode('utf-8'), self.validate_unicode_pattern_st_patterns_, ))
tests/validate_simpletypes2_sup.py:1252: UserWarning: Value "9" does not match xsd maxExclusive restriction on integer_range_1_st
  warnings_.warn('Value "%(value)s" does not match xsd maxExclusive restriction on integer_range_1_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1260: UserWarning: Value "b'aaa1234mnopzzzbcd'" does not match xsd pattern restrictions: [['^(aaa.*zzz)$', '^(bbb.*xxx)$'], ['^(.*123.*)$', '^(.*456.*)$']]
  warnings_.warn('Value "%s" does not match xsd pattern restrictions: %s' % (value.encode('utf-8'), self.validate_pattern_st_patterns_, ))
tests/validate_simpletypes2_sup.py:1278: UserWarning: Value "-50" does not match xsd minInclusive restriction on integer_range_incl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on integer_range_incl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1292: UserWarning: Value "b'asdf asdf asdf asdf asdf asdf'" does not match xsd maxLength restriction on min_max_length_st
  warnings_.warn('Value "%(value)s" does not match xsd maxLength restriction on min_max_length_st' % {"value" : value.encode("utf-8")} )
tests/validate_simpletypes2_sup.py:1299: UserWarning: Value "b'01234567890'" does not match xsd length restriction on length_st
  warnings_.warn('Value "%(value)s" does not match xsd length restriction on length_st' % {"value" : value.encode("utf-8")} )
tests/validate_simpletypes2_sup.py:1309: UserWarning: Value "2015-05-01" does not match xsd minInclusive restriction on date_minincl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on date_minincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1314: UserWarning: Value "2015-11-01" does not match xsd maxInclusive restriction on date_maxincl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxInclusive restriction on date_maxincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1319: UserWarning: Value "2015-05-01" does not match xsd minExclusive restriction on date_minexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd minExclusive restriction on date_minexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1324: UserWarning: Value "2015-11-01" does not match xsd maxExclusive restriction on date_maxexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxExclusive restriction on date_maxexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1329: UserWarning: Value "13:30:00" does not match xsd minInclusive restriction on time_minincl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on time_minincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1334: UserWarning: Value "17:00:00" does not match xsd maxInclusive restriction on time_maxincl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxInclusive restriction on time_maxincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1339: UserWarning: Value "13:30:00" does not match xsd minExclusive restriction on time_minexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd minExclusive restriction on time_minexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1344: UserWarning: Value "17:00:00" does not match xsd maxExclusive restriction on time_maxexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxExclusive restriction on time_maxexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1349: UserWarning: Value "2015-06-01 13:20:10" does not match xsd minInclusive restriction on datetime_minincl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on datetime_minincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1354: UserWarning: Value "2015-11-01 14:20:10" does not match xsd maxInclusive restriction on datetime_maxincl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxInclusive restriction on datetime_maxincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1359: UserWarning: Value "2015-06-01 13:20:10" does not match xsd minExclusive restriction on datetime_minexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd minExclusive restriction on datetime_minexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1364: UserWarning: Value "2015-11-01 14:20:10" does not match xsd maxExclusive restriction on datetime_maxexcl_st
  warnings_.warn('Value "%(value)s" does not match xsd maxExclusive restriction on datetime_maxexcl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1385: UserWarning: Value "6.6" does not match xsd maxInclusive restriction on anonymous_float_valueType
  warnings_.warn('Value "%(value)s" does not match xsd maxInclusive restriction on anonymous_float_valueType' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1257: UserWarning: Value "aaa12zzz" does not match xsd minLength restriction on pattern_st
  warnings_.warn('Value "%(value)s" does not match xsd minLength restriction on pattern_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1260: UserWarning: Value "b'aaa12zzz'" does not match xsd pattern restrictions: [['^(aaa.*zzz)$', '^(bbb.*xxx)$'], ['^(.*123.*)$', '^(.*456.*)$']]
  warnings_.warn('Value "%s" does not match xsd pattern restrictions: %s' % (value.encode('utf-8'), self.validate_pattern_st_patterns_, ))
tests/validate_simpletypes2_sup.py:1810: UserWarning: Value "b'pqrst'" does not match xsd minLength restriction on simpleTwoElementTwoType
  warnings_.warn('Value "%(value)s" does not match xsd minLength restriction on simpleTwoElementTwoType' % {"value" : value.encode("utf-8")} )
