tests/validate_simpletypes2_sup.py:1336: 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:1346: 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:1359: 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:1366: 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:1371: 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:1380: 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:1385: 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:1479: 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:1456: 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:1463: 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:1338: 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:1346: 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:1364: 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:1378: 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:1385: 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:1395: 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:1400: 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:1405: 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:1410: 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:1415: 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:1420: 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:1425: 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:1430: 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:1435: 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:1440: 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:1445: 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:1450: 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:1481: 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:1469: UserWarning: Value "2013" does not match xsd minInclusive restriction on gyear_minincl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on gyear_minincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1474: UserWarning: Value "2013-03" does not match xsd minInclusive restriction on gyearmonth_minincl_st
  warnings_.warn('Value "%(value)s" does not match xsd minInclusive restriction on gyearmonth_minincl_st' % {"value" : value} )
tests/validate_simpletypes2_sup.py:1343: 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:1346: 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:2003: 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")} )
