ChangeLog 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066
  1. 2004-11-17 Atsushi Enomoto <[email protected]>
  2. * XmlSchemaSet.cs : don't set TargetNamespace = "".
  3. 2004-11-17 Atsushi Enomoto <[email protected]>
  4. * XmlSchemaInferenceDesign.txt : added (incomplete though.)
  5. 2004-11-17 Atsushi Enomoto <[email protected]>
  6. * XmlSchemaValidationException.cs : added.
  7. 2004-11-17 Atsushi Enomoto <[email protected]>
  8. * XmlSchemaInference.cs,
  9. XmlSchemaInferenceException.cs : added.
  10. 2004-11-17 Atsushi Enomoto <[email protected]>
  11. * XmlSchemaException.cs : removed get_Message in 2.0 profile (all done
  12. in .ctor()).
  13. 2004-11-08 Atsushi Enomoto <[email protected]>
  14. * XmlSchemaSet.cs : use NameTable when creating XmlTextReader.
  15. 2004-11-05 Atsushi Enomoto <[email protected]>
  16. * XmlSchemaSet.cs : reduced extraneous XmlSchemaObjectTable creation.
  17. 2004-11-05 Atsushi Enomoto <[email protected]>
  18. * XmlSchemaSimpleTypeList.cs,
  19. XmlSchemaSimpleTypeUnion.cs : XmlIgnore.
  20. 2004-10-29 Atsushi Enomoto <[email protected]>
  21. * XmlSchemaAttribute.cs : AttributeSchemaType could be determined on
  22. compilation time. AttributeType is obsolete.
  23. * XmlSchemaElement.cs : ditto for ElementSchemaType and ElementType.
  24. 2004-10-29 Atsushi Enomoto <[email protected]>
  25. * XmlSchemaComplexType.cs : added LocalElements, with the description
  26. why it can never be correct implementation.
  27. * XmlSchemaUtil.cs : use IHasXmlParserContext.
  28. 2004-10-29 Atsushi Enomoto <[email protected]>
  29. * XmlSchemaSimpleTypeUnion.cs : Added 2.0 BaseMemberTypes property
  30. (this property name is also ambiguous and should be changed too.)
  31. 2004-10-29 Atsushi Enomoto <[email protected]>
  32. * XmlSchemaSimpleTypeList.cs : Added 2.0 BaseItemType property (BTW
  33. this property name is really ambiguous and should be changed.)
  34. 2004-10-28 Atsushi Enomoto <[email protected]>
  35. * XmlSchemaAttributeGroup.cs, XmlSchemaGroup.cs :
  36. in 2.0, QualifiedName properties are public.
  37. * XmlSchemaType.cs : TypeCode is [XmlIgnore] (anyways ignored though).
  38. 2004-10-22 Atsushi Enomoto <[email protected]>
  39. * XmlSchemaType.cs : Implemented GetBuiltInComplexType(XmlTypeCode).
  40. 2004-09-22 Atsushi Enomoto <[email protected]>
  41. * XmlSchemaDatatype.cs : handle xdt:* types in FromName().
  42. 2004-09-16 Atsushi Enomoto <[email protected]>
  43. * BuiltInDatatype.cs, SchemaDataValueType.cs :
  44. ParseValue() for xs:AnyURI should return System.Uri. MS.NET returns
  45. XmlSchemaUri, but it is derived from System.Uri, while ours was not.
  46. 2004-09-07 Atsushi Enomoto <[email protected]>
  47. * IXmlType.cs : deprecated in .NET 2.0.
  48. 2004-09-03 Atsushi Enomoto <[email protected]>
  49. * XmlSchema.cs : When schema inclusion results in a recursion, just
  50. skip recursed schema.
  51. * BUGS-MS.txt : added another entry. Reflected response from Microsoft.
  52. 2004-08-30 Atsushi Enomoto <[email protected]>
  53. * XmlSchemaType.cs : quick build fix.
  54. 2004-08-30 Atsushi Enomoto <[email protected]>
  55. * XmlSchemaDatatype.cs : Removed FromName(localName) that cannot
  56. handle xdt:* types.
  57. * XmlSchemaType.cs : added internal GetBuiltInType() methods that
  58. mix GetBuiltInSimpleType() and GetBuiltInComplexType().
  59. 2004-08-25 Atsushi Enomoto <[email protected]>
  60. * XmlSchemaSimpleType.cs : Fill list types such as xs:IDREFS.
  61. * XmlSchemaType.cs :
  62. Fixed TypeCode more (broken on predefined list types and xs:anyType).
  63. 2004-08-25 Atsushi Enomoto <[email protected]>
  64. * XmlSchemaType.cs :
  65. anyType was anonymous, thus GetBuiltInComplexType() didn't work.
  66. 2004-08-24 Atsushi Enomoto <[email protected]>
  67. * XmlSchemaType.cs : return XmlTypeCode.AnyAtomicType for
  68. anySimpleType's TypeCode property.
  69. 2004-08-10 Atsushi Enomoto <[email protected]>
  70. * XmlSchema.cs : Replace XmlSchemaCollection with XmlSchemaSet that
  71. used to maintain compiled schema state.
  72. Simplified code a bit (Include processing).
  73. Set IsCompiled = true only when successfully compiled.
  74. * XmlSchemaCollection.cs : Now it totally delegates its processing
  75. to XmlSchemaSet. Removed unused methods.
  76. * XmlSchemaElement.cs : Added post-compiled information initializer
  77. method, and call it before (re)Compile().
  78. * XmlSchemaSet.cs :
  79. - Replaced internal store from Dictionary to List, since schema
  80. resources for one target namespace can be more than one (that's why
  81. - Schemas(string targetNamespace) returns ICollection).
  82. - Now global schemaset members are added per schema addition (it is
  83. more MS compatible than before).
  84. - Use GetSafeNs() to do targetNamespace comparison correctly.
  85. XmlSchemaSet looks still unstable, so it will be changed again.
  86. * XmlSchemaSimpleTypeRestriction.cs,
  87. XmlSchemaSimpleTypeUnion.cs,
  88. * XmlSchemaUtil.cs : Consider xdt namespace.
  89. 2004-08-10 Atsushi Enomoto <[email protected]>
  90. * XmlSchemaCollection.cs : replaced CRLF to LF (they were mixed).
  91. 2004-08-10 Atsushi Enomoto <[email protected]>
  92. * XmlSchema.cs : code reformatting. convert CRLF to LF.
  93. Use String.Format() instead of +. Removed commented code.
  94. 2004-07-28 Atsushi Enomoto <[email protected]>
  95. * BuiltInDatatype.cs : use XmlQualifiedName.Parse().
  96. 2004-07-23 Atsushi Enomoto <[email protected]>
  97. * XmlSchema.cs : Added internal XdtNamespace constant. don't fill
  98. schemaset compoenents here.
  99. * XmlSchemaAttribute.cs : Implemented AttributeSchemaType.
  100. * XmlSchemaElement.cs : Implemented ElementSchemaType.
  101. * XmlSchemaSimpleType.cs : Added predefined simple types
  102. * XmlSchemaType.cs : Implemented GetBuiltInSimpleType().
  103. * XmlSchemaDatatype.cs : Allow Xdt namespaces too (not completed;
  104. quick fix for GetBuiltInSimpleType()).
  105. 2004-07-21 Atsushi Enomoto <[email protected]>
  106. * BUGS-MS.txt : updated including answer excerpts from MS team.
  107. * BUGS.txt : it turned out that some bugs I wrote as "MS bugs" are
  108. actually my bug. Noted them.
  109. * BuiltInDatatype.cs :
  110. Commented out extraneous [CLSCompliant].
  111. Switch ParseValue() argument as IXmlNamespaceResolver for 2.0, and
  112. XmlNamespaceManager for 1.x.
  113. Added TypeCode overrides.
  114. * XmlSchemaDatatype.cs : Added 2.0 members.
  115. Switch IXmlNamespaceResolver and XmlNamespaceManager.
  116. * XmlSchemaType.cs : Added some NET_2_0 members. removed old 1.2 stuff.
  117. 2004-07-13 Atsushi Enomoto <[email protected]>
  118. * XmlSchemaBuiltInType.cs, XmlSchemaValidity.cs, XmlTypeCode.cs
  119. : fixed annoying enum errors.
  120. * XmlSchemaCollection.cs : completely delegate to XmlSchemaSet.
  121. * XmlSchemaSet.cs : sealed classes. Use ListDictionary (avoid annoying
  122. order preservation matter). NameTable null check for .ctor().
  123. Fill GlobalAttributes, GlobalElements, GlobalTypes correctly.
  124. Add(string, XmlReader) checks namespace conflicts, while
  125. Add(XmlSchema) does not. Fixed Schemas() return type.
  126. 2004-07-11 Atsushi Enomoto <[email protected]>
  127. * XmlSchemaDatatypeVariety.cs : Fixed class name typo.
  128. * XmlValueConverter.cs : fixed return types.
  129. 2004-06-18 Atsushi Enomoto <[email protected]>
  130. * CustomSerializer.cs, XmlSchemaException.cs,
  131. XmlSchemaParticle.cs, XmlSchemaSimpleTypeRestriction.cs
  132. : Globalization.
  133. 2004-06-10 Atsushi Enomoto <[email protected]>
  134. * XmlSchemaFacet.cs : Fixed internal protected --> internal.
  135. 2004-06-06 Atsushi Enomoto <[email protected]>
  136. * XmlSchema.cs : Make sure to close url-based XmlTextReader.
  137. 2004-06-03 Atsushi Enomoto <[email protected]>
  138. * BuiltInDatatype.cs,
  139. XmlSchemaFacet.cs,
  140. XmlSchemaSimpleTypeRestriction.cs,
  141. XmlSchemaXPath.cs : modified some enum const to static readonly
  142. (.NET 1.0 does not allow it). Use safe overload of LookupNamespace().
  143. 2004-05-22 Atsushi Enomoto <[email protected]>
  144. * XmlSchemaDatatypeVariety.cs,
  145. XmlSchemaValidity.cs : they are NET_2_0 enums.
  146. 2004-05-22 Atsushi Enomoto <[email protected]>
  147. * XmlValueConverter.cs : missed NET_2_0.
  148. 2004-05-22 Atsushi Enomoto <[email protected]>
  149. * IXmlSchemaInfo.cs,
  150. IXmlType.cs,
  151. XmlSchemaDatatypeVariety.cs,
  152. XmlSchemaValidity.cs,
  153. XmlTypeCode.cs,
  154. XmlValueConverter.cs : added.
  155. * XmlSchemaInfo.cs : removed (.NET 1.2).
  156. * XmlSchemaBuiltInType.cs,
  157. XmlSchemaSet.cs : updated.
  158. 2004-05-19 Atsushi Enomoto <[email protected]>
  159. * CustomSerializer.cs : Added custom serializer for XmlSchema, that is
  160. generated by SerializationCodeGenerator and edited a bit.
  161. * XmlSchema.cs : Use XmlSchemaSerializationWriter.
  162. 2004-05-13 Atsushi Enomoto <[email protected]>
  163. * XmlSchema.cs : Removed FIXME. No PSVI required.
  164. * XmlSchemaAll.cs : Removed FIXME. It was not done.
  165. * XmlSchemaAttributeGroupRef.cs : Removed FIXME. It can be annotated.
  166. * XmlSchemaChoice.cs : not FIXME but LAMESPEC.
  167. * XmlSchemaSimpleTypeRestriction.cs : Added check for non
  168. XmlSchemaFacet items on Compile(). Thus removed FIXME.
  169. * XmlSchemaUtil.cs : Fixed SplitList to handle sequential spaces.
  170. Thus removed FIXME.
  171. * XmlSchemaObjectTable. cs: modified to use HybridDictionary (mostly
  172. for avoiding iterator order difference).
  173. 2004-05-13 Atsushi Enomoto <[email protected]>
  174. * XmlSchemaSimpleTypeRestriction.cs : Removed MonoTODO. done.
  175. 2004-05-12 Atsushi Enomoto <[email protected]>
  176. * BuiltInDatatype.cs : made classes/enums internal.
  177. 2004-05-05 Atsushi Enomoto <[email protected]>
  178. * BuiltInDatatype.cs : trivia fix
  179. 2004-05-05 Atsushi Enomoto <[email protected]>
  180. * BuiltInDatatype.cs : added BUGGY_MS_COMPLIANT condition and that
  181. handles ms-compatible properties.
  182. * XmlSchemaComplexType.cs : ditto for ContentTypeParticle of xs:anyType.
  183. Make sure ContentType for xs:anyType is Mixed.
  184. * XmlSchemaUtil.cs : ditto for <xs:attribute use="prohibited" ..>
  185. 2004-05-05 Atsushi Enomoto <[email protected]>
  186. * XmlSchema.cs : Write() handles schema namespace for xmlserializer
  187. (it does not look to be handled inside xmlserializer).
  188. 2004-04-27 Atsushi Enomoto <[email protected]>
  189. * XmlSchemaComplexType.cs : Set basetype as ur-type for such complex
  190. type that has an immediate Particle (W3C specified as restriction
  191. of ur-type).
  192. 2004-04-27 Atsushi Enomoto <[email protected]>
  193. * XmlSchemaAttribute.cs : When type was inline simple type, it is not
  194. validated correctly.
  195. * XmlSchemaSimpleType.cs : When Content was restriction, DataType was
  196. not indicating base type's Datatype correctly.
  197. 2004-04-06 Atsushi Enomoto <[email protected]>
  198. * XmlSchemaDatatype.cs : optimized Normalize() not to create
  199. extraneous string objects.
  200. 2004-03-15 Atsushi Enomoto <[email protected]>
  201. * reverted the latest XmlSchemaUnique.cs change (MS.NET looks fine to
  202. reject incorrect schemas ;-)
  203. 2004-03-04 Alon Gazit <[email protected]>
  204. * XmlSchemaUnique.cs : Changed Read implementation.
  205. Currently can read "field" element before "selector" element (like MS).
  206. 2004-02-26 Atsushi Enomoto <[email protected]>
  207. * XmlSchemaCollection.cs : Implemented SyncRoot and IsSynchronized
  208. (as always synchronized).
  209. 2004-02-16 Atsushi Enomoto <[email protected]>
  210. * XmlSchema.cs,
  211. XmlSchemaAttribute.cs
  212. XmlSchemaAttributeGroup.cs,
  213. XmlSchemaComplexContent.cs,
  214. XmlSchemaComplexType.cs,
  215. XmlSchemaContent.cs,
  216. XmlSchemaDatatype.cs,
  217. XmlSchemaNotation.cs,
  218. XmlSchemaObject.cs,
  219. XmlSchemaParticle.cs : extra TODO removal. foreach elimination.
  220. Moved attribute group recursion check field from XmlSchemaObject
  221. to XmlSchemaAttributeGroup.
  222. Fixed XmlSchemaParticle.EmptyParticle class access modifier.
  223. * XmlSchemaSimpleType.cs,
  224. XmlSchemaSimpleTypeContent.cs,
  225. XmlSchemaSimpleTypeList.cs,
  226. XmlSchemaSimpleTypeRestriction.cs,
  227. XmlSchemaSimpleTypeUnion.cs : Removed "actualBaseSchemaType" field
  228. and the owner simpleType should hold the corresponding type info.
  229. Collect base type info in prior to validation.
  230. 2004-02-05 Atsushi Enomoto <[email protected]>
  231. * BUGS-MS.txt : fixed incorrect thought on case 008. Added case 014.
  232. * BUGS.txt : FYI.
  233. 2004-02-03 Atsushi Enomoto <[email protected]>
  234. * BuiltInDatatype.cs : Fixed some Parse() for token based datatypes.
  235. * XmlSchemaAny.cs : set properties for cloned particle. This will fix
  236. bugzilla #53668.
  237. * XmlSchemaParticle.cs : copy occurence string after computation of
  238. validated min/max occurence. This will fix bug #53667.
  239. 2004-01-26 Atsushi Enomoto <[email protected]>
  240. * XmlSchema.cs : Raise warning event when external schema could not
  241. be resolved.
  242. * XmlSchemaAll.cs : Fixed incorrect IsEmptiable computation.
  243. * XmlSchemaAny.cs : Fixed incorrect occurence computation.
  244. * XmlSchemaChoice.cs : compiledItems were incorrectly appended.
  245. * XmlSchemaComplexType.cs : Now validatableParticle became extraneous.
  246. * XmlSchemaGroupBase.cs : Here we should not get optimized particle
  247. because it might cause infinite loop.
  248. * XmlSchemaGroupRef.cs : Fixed Validate() to avoid null reference
  249. exception (only occur with ValidationEventHandler). Fixed Occurence
  250. embedding logic that was useless because of particle optimization.
  251. 2004-01-22 Atsushi Enomoto <[email protected]>
  252. * BuiltInDatatype.cs : On parsing QName, we don't have to spend costs
  253. on Add()ing parsed name to name table.
  254. * XmlSchemaUtil.cs : Added IsBuiltInDatatypeName().
  255. * XmlSchemaAttribute.cs, XmlSchemaComplexType.cs,
  256. XmlSchemaElement.cs, XmlSchemaSimpleContentExtension.cs,
  257. XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleTypeList.cs :
  258. Use the method above instead of Namespace string comparison.
  259. (it will be required to validate schema for schemas.)
  260. * XmlSchemaComplexType.cs : Type Derivation OK (3.4.6) should also
  261. treat null base type as anyType. Derivation Valid Restriction
  262. (3.4.6) should allow base type wildcard absense in case of anyType.
  263. 2004-01-22 Atsushi Enomoto <[email protected]>
  264. * XmlSchema.cs : When we have schema A which includes schema B which
  265. includes schema C (i.e. A->B->C), C components should be compiled.
  266. Here, same URL inclusions are ignored.
  267. * XmlSchemaElement.cs : Hack for missing substitution-group fix.
  268. * XmlSchemaSimpleTypeContent.cs : make actualBaseSchemaType private
  269. and initialize. This fixes bug #53178.
  270. * XmlSchemaSimpleTypeUnion.cs : Forgot to commit ;)
  271. 2004-01-22 Atsushi Enomoto <[email protected]>
  272. * XmlSchemaSimpleTypeRestriction.cs : regexp improvements. Modify
  273. pattern string as "^str$" and convert WXS specific char classes into
  274. .NET regexp patterns.
  275. 2004-01-21 Atsushi Enomoto <[email protected]>
  276. * XmlSchema.cs :
  277. - Removed extra property Language. Fill substitution-group info
  278. before ContentTypeParticle is computed.
  279. * XmlSchemaComplexType.cs : ContentType and ContentTypeParticle are
  280. now computer before Validate() (to exclude 3.4.2 from 3.4.6
  281. component constraint check).
  282. * XmlSchemaObject.cs, XmlSchemaParticle.cs :
  283. Added CopyInfo() for cloning objects.
  284. * XmlSchemaObjectTable.cs :
  285. Add() doesn't have to reject same named items.
  286. * XmlSchemaParticle.cs :
  287. - Renamed internal class XmlSchemaParticleEmpty to EmptyParticle
  288. (for ease of post compilation infoset comparison).
  289. - GetMinEffectiveTotalRange() should return max occurs for element and
  290. any.
  291. * XmlSchemaParticle.cs,
  292. XmlSchemaAll.cs,
  293. XmlSchemaAny.cs,
  294. XmlSchemaChoice.cs,
  295. XmlSchemaElement.cs,
  296. XmlSchemaGroupBase.cs,
  297. XmlSchemaGroupRef.cs,
  298. XmlSchemaSequence.cs :
  299. - Removed ActualParticle property.
  300. - Added GetOptimizedParticle() to get ContentTypeParticle.
  301. - ContentTypeParticle is now created as different object from
  302. user-specified "Particle" property.
  303. - Return Empty particle when model groups contains no Items.
  304. - When Items contains exactly 1 item, return the item (unless it is
  305. top level choice model group - it causes DBR problem).
  306. - ValidateDerivationValidRestriction() and related WXS 3.9.6 DBR
  307. check methods such as ValidateNSRecurseCheckCardinality() now
  308. returns a bool value and avoids exceptions on each failure time.
  309. - ValidateRecurse() now doesn't progress base particle incorrectly.
  310. (it caused incorrect order-preserving-mapping error.)
  311. - 3.9.6 Recurse, RecurseLax, MapAndSum are now treated as different.
  312. * XmlSchemaAll.cs : occurence validation shoud be done against values
  313. after computation (ValidatedMaxOccurs).
  314. * XmlSchemaChoice.cs : When Items is empty, then invoke warning event.
  315. * XmlSchemaElement.cs :
  316. - Consider referencedElement also for SubstitutionGroupElement.
  317. - Removed SubstitutingChoice which is not in use.
  318. - when it was targeted as substitution group by other elements, its
  319. ContentTypeParticle should be substitution choice (see 3.9.6
  320. Particle Valid (Restriction) term 2.1).
  321. - Added FillsubstitutionElementInfo() (see XmlSchema.cs above).
  322. * XmlSchemaGroup.cs : Removed extra check on model group (because it
  323. is impossible to specify non-model-group particle).
  324. * XmlSchemaIdentityConstraint.cs,
  325. XmlSchemaKey.cs,
  326. XmlSchemaKeyRef.cs,
  327. XmlSchemaUnique.cs : Removed extraneous MonoTODO.
  328. * XmlSchemaSimpleContent.cs : Made actualSchemaType as internal.
  329. * XmlSchemaSimpleType.cs : Removed extraneous new Datatype property.
  330. * XmlSchemaSimpleTypeRestriction.cs : Renamed actualBaseSchemaType to
  331. ActualBaseSchemaType.
  332. * XmlSchemaSimpleTypeList.cs, XmlSchemaSimpleTypeUnion.cs :
  333. Removed unused actualBaseSchemaType code.
  334. * XmlSchemaType.cs : use recently introduced BaseXmlSchemaType.
  335. * XmlSchemaUtil.cs : Removed unused CheckLanguage().
  336. 2004-01-21 Atsushi Enomoto <[email protected]>
  337. * XmlSchemaXPath.cs : wildcard with prefix (e.g. @foo:*) was
  338. incorrectly treated.
  339. 2004-01-20 Atsushi Enomoto <[email protected]>
  340. * SchemaDataValueType.cs : UriValueType.ToString() should return
  341. actual URI string (as MS's XmlSchemaUri class does).
  342. * XmlSchemaReader.cs : Make it internal.
  343. 2004-01-16 David Sheldon <[email protected]>
  344. * BuiltInDatatype.cs: added guard to stop index out of range error for
  345. invalid Base64 characters.
  346. 2004-01-15 Jackson Harper <[email protected]>
  347. * XmlSchemaContent.cs: Make actualBaseSchemaType protected (fixes
  348. build).
  349. 2004-01-15 Atsushi Enomoto <[email protected]>
  350. * XmlSchemaComplexContentExtension.cs,
  351. XmlSchemaSimpleContentExtension.cs,
  352. XmlSchemaSimpleContentExtension.cs,
  353. XmlSchemaSimpleContentRestriction.cs,
  354. XmlSchemaContent.cs : Added IsExtension. GetXXX() became nonvirtual.
  355. * XmlSchemaType.cs :
  356. - Added NET_2_0 BaseXmlSchemaType (other members are commented out).
  357. - Now BaseSchemaType redirects to new property BaseXmlSchemaType.
  358. * XmlSchemaComplexType.cs :
  359. - Now it fully uses BaseXmlSchemaType above.
  360. - Since ValidateXXX() became too huge, I divided them into
  361. CollectXXX() [spec 3.4.1] and ValidateXXX() [spec 3.4.3 / 3.4.6].
  362. Schema Components are contributed before constraint check.
  363. - Now ContentTypeParticle is distinguished from validating particle
  364. which is newly introduced as "ValidatableParticle" (only used in
  365. XsdValidatingReader).
  366. * XmlSchemaSimpleType.cs : Now it uses BaseXmlSchemaType.
  367. capitalized internal members a bit.
  368. 2004-01-14 David Sheldon <[email protected]>
  369. * XmlSchemaSimpleTypeRestriction: Convert pattern facets to be ORed,
  370. as per: http://www.w3.org/TR/xmlschema-2/#src-multiple-patterns
  371. Fixes bug 52841
  372. 2004-01-14 David Sheldon <[email protected]>
  373. * BuiltInDatatype.cs:
  374. XsdAnySimpleType - Added Length that returns the string length.
  375. XsdBase64Binary - Added Length, and used more direct, less fussy,
  376. Base64 decoder.
  377. XsdHexBinary - Added Length method
  378. * XmlSchemaSimpleTypeRestriction: use DataType Length method to
  379. determine length to compare against. Stop testing Lenght facets on
  380. QName and Notation types (as per errata)
  381. 2004-01-14 Atsushi Enomoto <[email protected]>
  382. * XmlSchemaComplexType.cs : forgot to commit ;)
  383. * XmlSchemaUtil.cs : Fixed IsSchemaDatatypeEquals() to return false
  384. for comparison between ID and IDREF.
  385. 2004-01-14 Atsushi Enomoto <[email protected]>
  386. * Added SchemaDataValueType.cs.
  387. * BuiltInDatatype.cs, XmlSchemaDatatype.cs : Adde ParseValueType() on
  388. all derived datatype classes.
  389. * XmlSchemaComplexType.cs : Fixed ContentType value for simple types.
  390. Errata-considered simple content derivation check and simple content
  391. restriction should check this too.
  392. 2004-01-13 Jackson Harper <[email protected]>
  393. * XmlSchemaComplexType.cs: Comment out line that was breaking the build.
  394. 2004-01-13 Atsushi Enomoto <[email protected]>
  395. * XmlSchemaSimpleTypeUnion.cs : The same reason as the previous patch.
  396. * XmlSchemaComplexType.cs : Now it handles ContentTypeParticle and
  397. ContentType much more presise than before.
  398. * XmlSchemaElement.cs :
  399. Simplified property handling for reference element.
  400. 2004-01-13 Atsushi Enomoto <[email protected]>
  401. * XmlSchema.cs, XmlSchemaComplexType.cs, XmlSchemaElement.cs :
  402. Invalid attribute should raise an error, not a warning.
  403. 2004-01-13 Atsushi Enomoto <[email protected]>
  404. * XmlSchemaObject.cs : Fixed error() not to set severity as Warning.
  405. * ValidationHandler.cs,
  406. XmlSchemaSet.cs,
  407. XmlSchemaCollection.cs : Throw exception only in case of errors.
  408. * XmlSchemaCollection.cs : Remove schema from schemaset if exist.
  409. (It might not be good to use schemaset, but keep for a while)
  410. * XmlSchemaContent.cs,
  411. XmlSchemaComplexContentExtension.cs,
  412. XmlSchemaComplexContentRestriction.cs,
  413. XmlSchemaSimpleContentExtension.cs,
  414. XmlSchemaSimpleContentRestriction.cs,
  415. : added GetBaseTypeName() and GetParticle() (not used yet).
  416. 2004-01-11 Atsushi Enomoto <[email protected]>
  417. * BuiltInDatatype.cs : internal type should not appear in protected
  418. members' signature.
  419. 2004-01-11 David Sheldon <[email protected]>
  420. * BuiltInDatatype.cs : Added XsdOrdering enum, and Compare methods
  421. to the data-types. Changed AllowedFacets to be a bitfield.
  422. * XmlSchemaFacet.cs : Added Facet enumeration to represent bitfield.
  423. * XmlSchemaEnumerationFacet.cs,
  424. XmlSchemaFractionDigitsFacet.cs,
  425. XmlSchemaLengthFacet.cs,
  426. XmlSchemaMaxExclusiveFacet.cs,
  427. XmlSchemaMaxInclusiveFacet.cs,
  428. XmlSchemaMaxLengthFacet.cs,
  429. XmlSchemaMinExclusiveFacet.cs,
  430. XmlSchemaMinInclusiveFacet.cs,
  431. XmlSchemaMinLengthFacet.cs,
  432. XmlSchemaNumericFacet.cs,
  433. XmlSchemaPatternFacet.cs,
  434. XmlSchemaTotalDigitsFacet.cs,
  435. XmlSchemaWhiteSpaceFacet.cs : Added ThisFacet Property to return facet type
  436. * XmlSchemaSimpleTypeRestriction.cs: Inherited facets from base types,
  437. checked which which were allowed on different types. Validated fixed
  438. facets, duplicated facets and derivation by restriction. Added checking
  439. for min/max Inclusive/Exclusive, totalDigits and fractionDigits facets in
  440. validation.
  441. 2004-01-09 Atsushi Enomoto <[email protected]>
  442. * XmlSchemaSet.cs : implemented some members.
  443. * XmlSchemaCollection.cs : modified to use internal schema set (This
  444. class provides more precise schema validation feature and will be
  445. commonly used for XPathNavigator2).
  446. Added .NET 1.1 .ctor() which takes XmlResolver.
  447. * XmlSchema.cs : fix related to above changes.
  448. Use validation event handler on Read() at all required places.
  449. Added .NET 1.1 .ctor() which takes XmlResolver.
  450. * XmlSchemaComplexType.cs : content type comparison was incorrect.
  451. Renamed confusing method.
  452. * XmlSchemaElement.cs : don't use ContentTypeParticle in
  453. CheckRecursion(), where that property might not be determined yet.
  454. * XmlSchemaGroupBase.cs : Modified ValidateRecurse() a bit (currently
  455. no effect)
  456. * XmlSchemaGroupBase.cs,
  457. XmlSchemaChoice.cs,
  458. XmlSchemaAll.cs,
  459. XmlSchemaSequence.cs : moved CheckRecursion to XmlSchemaGroupBase.
  460. * XmlSchemaObjectTable.cs : Fixed missing error info.
  461. * BUGS-MS.txt : Added info a bit.
  462. 2004-01-08 Atsushi Enomoto <[email protected]>
  463. * BUGS-MS.txt : added list derivation and facet case.
  464. * XmlSchemaComplexType.cs :
  465. Added some description. Avoided null reference exception in
  466. some places.
  467. Fixed incorrect 3.4.6 Derivation Valid (Extension) 1.4.1.2.2 and
  468. 3.9.6 Particle Valid (Extension) 2.
  469. * XmlSchemaGroupBase.cs : Fixed ParticleEquals() which didn't work
  470. properly against sequence and all.
  471. 2004-01-08 Atsushi Enomoto <[email protected]>
  472. * XmlSchemaObjectTable.cs : Modified enumerator's Current to return
  473. DictionaryEntry.
  474. * XmlSchemaComplexType.cs, XmlSchemaUtil.cs :
  475. In reflection to object table enumerator change.
  476. 2004-01-08 Atsushi Enomoto <[email protected]>
  477. * XmlSchemaElement.cs : Fixed incorrect unique particle attribution
  478. check on ##other and target namespace element.
  479. 2004-01-08 Nick Drochak <[email protected]>
  480. * XmlSchemaSimpleType.cs: Needed a 'new' on the property
  481. * XmlSchemaXPath.cs: Removed unreachable code.
  482. 2004-01-03 Atsushi Enomoto <[email protected]>
  483. * XmlSchemaDatatype.cs : trivial allocation fix.
  484. 2003-12-17 David Sheldon <[email protected]>
  485. * BuiltInDatatype.cs : Added whitespace=collapse to data types
  486. such as date, dateTime, .... gDay. I think I have them all now.
  487. 2003-12-15 Atsushi Enomoto <[email protected]>
  488. * BuiltInDatatype.cs : anySimpleType should allow facets.
  489. 2003-12-14 David Sheldon <[email protected]>
  490. * BuiltInDatatype.cs : Added code to tell which facets were valid on
  491. types derived from each basetype.
  492. * XmlSchemaSimpleTypeRestriction.cs : Complain if an invalid facet
  493. has been added to a restriction.
  494. 2003-12-14 David Sheldon <[email protected]>
  495. * XmlSchemaSimpleTypeRestriction.cs : Check that min/max/lengths
  496. specified are integers. Also made some error messages more useful.
  497. 2003-12-08 Atsushi Enomoto <[email protected]>
  498. * XmlSchemaSimpleTypeRestriction.cs : patch by David Sheldon. Check
  499. if max/min length range is valid.
  500. 2003-12-07 Atsushi Enomoto <[email protected]>
  501. * BuiltInDatatype.cs : XsdDecimal and XsdInteger defaults whitespace
  502. facet as collapse (patch by David Sheldon).
  503. * XmlSchemaAnnotations.cs, XmlSchemaAny.cs : No more MonoTODOs ;-)
  504. * XmlSchemaSequence.cs : MapAndSum implementation.
  505. 2003-11-17 Atsushi Enomoto <[email protected]>
  506. * XmlSchemaSet.cs, XmlSchemaBuiltInType.cs : Added .NET 1.2 classes
  507. (for convenience of ObjectSpaces stubbing).
  508. 2003-10-25 Atsushi Enomoto <[email protected]>
  509. * BuiltInDatatype.cs : XsdByte was incorrectly typed as byte, while
  510. the correct binding is sbyte.
  511. * XmlSchemaAll.cs,
  512. XmlSchemaChoice.cs,
  513. XmlSchemaSequence.cs,
  514. XmlSchemaGroupBase.cs : ActualParticle now considers pointlessness
  515. described in WXS structures 3.9.6.
  516. Added ValidateRecurse() to support 'Recurse' validation.
  517. * XmlSchemaComplexType.cs : Removed incorrect content type conformity
  518. check.
  519. * XmlSchemaElement.cs : Implemented 'RecurseAsIfGroup' validation
  520. described in WXS structures 3.9.6. Fixed type derivation check to
  521. do only if the base type is not anyType.
  522. * XmlSchemaSimpleTypeRestriction.cs : Should catch Regex()
  523. construction exception. ValidateList... and ValidateNonList... was
  524. in reverse.
  525. * XmlSchemaUtil.cs : Removed extra MonoTODO. Removed CheckToken().
  526. 2003-10-25 Atsushi Enomoto <[email protected]>
  527. * BuiltInDatatype.cs : Fixed incorrect inheritance of date and time.
  528. Fixed most of date-time related types' ParseValue().
  529. Applied Normalize() before parsing values in some ParseValue().
  530. 2003-10-23 Atsushi Enomoto <[email protected]>
  531. * XmlSchemaAll.cs,
  532. XmlSchemaChoice.cs,
  533. XmlSchemaGroupBase.cs,
  534. XmlSchemaSequence.cs : Now CompiledItems went to XmlSchemaGroupBase.
  535. * XmlSchemaAny.cs,
  536. XmlSchemaElement.cs,
  537. XmlSchemaGroupBase.cs,
  538. XmlSchemaGroupRef.cs,
  539. XmlSchemaParticle.cs,
  540. XmlSchemaSequence.cs : Added ParticleEquals() method to compare
  541. whether the particles are equal in the context of WXS part 1 - 3.9.6.
  542. * XmlSchemaAny.cs : Implemented ValidateDerivationByRestriction().
  543. * XmlSchemaAnyAttribute.cs : Removed extraneous lines and added my
  544. responsibility on this class.
  545. Added ValidateWildcardAllowsNamespaceName().
  546. * XmlSchemaAttribute.cs : Added ValidatedUse which holds post-
  547. compilation value of "Use".
  548. * XmlSchemaAttributeGroup.cs,
  549. XmlSchemaAttributeGroupRef.cs : Removed MonoTODO (same as some other
  550. classes) since there is no more errors on attribute stuff ;-)
  551. * XmlSchemaComplexType.cs : complex content extension must block
  552. derivation from any built-in primitive types.
  553. Fixed wildcard derivation by restriction.
  554. ValidateDerivationByRestriction() now checks attribute related
  555. validity of DBR (derivation by restriction).
  556. Now uses ParticleEquals() for particle DBR check.
  557. * XmlSchemaSequence.cs : Fixed to use CompiledItems instead of Items.
  558. 2003-10-21 Atsushi Enomoto <[email protected]>
  559. * XmlSchema.cs,
  560. XmlSchemaUtil.cs : Reduced warning message.
  561. * XmlSchemaAttribute.cs : NotImplementedException should no more exist.
  562. (All things are going to be implemented.)
  563. * BuiltInDatatype.cs : XsdInteger should not allow non-integer decimal.
  564. * XmlSchemaSimpleType.cs : Added internal Datatype property. Implemented
  565. list type derivation validation. Added Normalize().
  566. * XmlSchemaSimpleTypeContent.cs : Added Normalize(). Replaced anyType
  567. with anySimpleType.
  568. * XmlSchemaSimpleTypeRestriction.cs : Implemented some facet validation,
  569. such as pattern, enumeration, and length etc.
  570. 2003-10-19 Atsushi Enomoto <[email protected]>
  571. * BuiltInDatatype.cs : Implemented XsdHexBinary.Parse().
  572. * XmlSchemaCollection.cs : Implemented CopyTo().
  573. * XmlSchemaDatatype.cs : Added Normalize() with whitespace handling.
  574. Added support for anySimpleType.
  575. * XmlSchemaSimpleType.cs : Type specification named as anyType should
  576. be mapped to anySimpleType.
  577. * BUGS-MS.txt : Added more case note.
  578. 2003-10-13 Lluis Sanchez Gual <[email protected]>
  579. * XmlSchema.cs: If the schema element is an empty element, skip it after
  580. reading the attributes.
  581. 2003-10-09 Atsushi Enomoto <[email protected]>
  582. * BuiltInDatatype.cs : Added CLSCompliant attributes to some classes.
  583. 2003-10-01 Lluis Sanchez Gual <[email protected]>
  584. * XmlSchemaUtil.cs: arrayType attribute needs special handling.
  585. 2003-10-01 Atsushi Enomoto <[email protected]>
  586. * XmlSchema.cs : Forgot to update with previous files.
  587. 2003-10-01 Atsushi Enomoto <[email protected]>
  588. * XmlSchemaAttribute.cs, XmlSchemaComplexType.cs, XmlSchemaElement.cs,
  589. XmlSchemaGroupRef.cs, XmlSchemaSimpleContentExtension.cs,
  590. XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleTypeContent.cs,
  591. XmlSchemaSimpleTypeList.cs, XmlSchemaSimpleTypeUnion.cs :
  592. Fixed missing sub components check. It should fix soap stuff.
  593. * XmlSchemaAny.cs, XmlSchemaAttribute.cs,
  594. XmlSchemaAttributeGroupRef.cs, XmlSchemaContent.cs :
  595. Added my responsibility on them ;-)
  596. 2003-10-01 Atsushi Enomoto <[email protected]>
  597. * XmlSchema.cs : Read() should keep current position of XmlReader if
  598. it was already positioned to 'schema' element.
  599. 2003-09-30 Atsushi Enomoto <[email protected]>
  600. * Forgot to append 8/24/2003 ChangeLog.
  601. * BUGS.txt, BUGS-MS.txt : Appended additional bug info.
  602. * BuiltInDatatype.cs, ValidationHandler.cs, XmlSchema.cs,
  603. XmlSchemaAll.cs, XmlSchemaAnnotation.cs. XmlSchemaAny.cs,
  604. XmlSchemaAnyAttribute.cs, XmlSchemaAttribute.cs,
  605. XmlSchemaAttributeGroup.cs, XmlSchemaAttributeGroupRef.cs,
  606. XmlSchemaChoice.cs, XmlSchemaCollection.cs,
  607. XmlSchemaComplexContent.cs, XmlSchemaComplexContentExtension.cs,
  608. XmlSchemaComplexContentRestriction.cs, XmlSchemaComplexType.cs,
  609. XmlSchemaContent.cs, XmlSchemaDatatype.cs, XmlSchemaElement.cs,
  610. XmlSchemaException.cs, XmlSchemaGroup.cs, XmlSchemaGroupBase.cs,
  611. XmlSchemaGroupRef.cs, XmlSchemaIdentityConstraint.cs,
  612. XmlSchemaKey.cs, XmlSchemaKeyref.cs, XmlSchemaNotation.cs,
  613. XmlSchemaObject.cs, XmlSchemaObjectTable.cs, XmlSchemaParticle.cs,
  614. XmlSchemaReader.cs, XmlSchemaSequence.cs, XmlSchemaSimpleContent.cs,
  615. XmlSchemaSimpleContentExtension.cs,
  616. XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleType.cs,
  617. XmlSchemaSimpleTypeContent.cs, XmlSchemaSimpleTypeList.cs,
  618. XmlSchemaSimpleTypeRestriction.cs, XmlSchemaSimpleTypeUnion.cs,
  619. XmlSchemaType.cs, XmlSchemaUnique.cs, XmlSchemaUtil.cs,
  620. XmlSchemaXPath.cs :
  621. - Almost all classes are changed to implement schema component
  622. constraints, and schema validation using XsdValidatingReader.
  623. - better exception messages.
  624. - More datatype support.
  625. and so on.
  626. 2003-09-14 Lluis Sanchez Gual <[email protected]>
  627. * XmlSchema.cs: Do not add schema namespace declaration if it is already
  628. declared.
  629. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  630. * BuiltInDatatypes.cs, XmlSchemaDatatype.cs: Added double type.
  631. 2003-08-24 Atsushi Enomoto <[email protected]>
  632. * BuiltInDatatype.cs : XsdDecimal.TokenizedType should be None.
  633. * XmlSchemaCollection.cs : Add(uri) should not reject chameleon schema.
  634. Add() should compile specified schema.
  635. 2003-08-08 Lluis Sanchez Gual <[email protected]>
  636. * BuiltInDatatypes.cs, XmlSchemaDatatype.cs: Added XsdAnyURI,
  637. XsdDateTime, XsdDate, XsdTime.
  638. 2003-08-07 Atsushi Enomoto <[email protected]>
  639. * BuiltInDatatypes.cs : Fixed whitespace facet in XsdToken.
  640. Tokenized type of nmtokens and entities is string [].
  641. * XmlSchema.cs : Changed IsCompile implementation a bit.
  642. Compile() should reset compiled contents.
  643. * XmlSchemaDatatype.cs : Fixed collapsing Normalize().
  644. * XmlSchemaObject.cs : added CompilationId initialization.
  645. 2003-08-05 Lluis Sanchez Gual <[email protected]>
  646. * XmlSchema.cs: Set IsCompiled to true after compiling.
  647. In Compile(): ignore included schemas that do not have a value
  648. in SchemaLocation. It means that FindElement can return null
  649. if the referred schema was ignored. Added check for that case.
  650. Compile schema after reading it.
  651. * XmlSchemaCollection.cs: The targetNamespace of a schema may
  652. be null. Make XmlSchemaCollection work for this case.
  653. * BuiltInDataType.cs, XmlSchemaDataType.cs: added new primitive
  654. types: float, base64Binary, boolean.
  655. 2003-08-02 Atsushi Enomoto <[email protected]>
  656. * XmlSchema.cs :
  657. - Changed missingElementTypeRefs from Hashtable to ArrayList.
  658. - Added internal XmlSchemas for keeping imported schemas.
  659. - Added private Compile() that takes the original rootSchema and
  660. schema location stack for nested inclusion check.
  661. - Added basic xs:import and xs:include support.
  662. - Compile() is now aware of included XmlSchemaObject items.
  663. - Changed Compile() to fill missing elements' types and that of
  664. referencing elements.
  665. - Read() now adds SourceUri property (although only to itself).
  666. * XmlSchemaCollection.cs : Implemented Add().
  667. * XmlSchemaCollectionEnumerator.cs :
  668. Changed .ctor() to use schema collection as its argument.
  669. Fixed Current to return hashtable's Value, instead of Current
  670. (which returns DictionaryEntry).
  671. * XmlSchemaComplexType.cs :
  672. Added internal static AnyType.
  673. Compile() is now searches for its base type into other schemas.
  674. * XmlSchemaElement.cs : anyType is supported.
  675. It now searches for type information after Compile().
  676. SetReferedElementInfo() is now changed to SetSchemaType().
  677. * XmlSchemaObjectTable.cs :
  678. It had problems similar to schema collection. Now it uses internal
  679. class XmlSchemaObjectTableEnumerator to support GetEnumerator().
  680. * XmlSchemaParticle.cs : added internal class XmlSchemaParticleEmpty
  681. and internal static Empty.
  682. 2003-07-26 Atsushi Enomoto <[email protected]>
  683. * BuiltInDatatype.cs : XsdIDRefs.ParseValue () should be implemented.
  684. * XmlSchemaDatatype.cs : public Whitespace and protected Normalize()
  685. should be internal.
  686. 2003-07-24 Atsushi Enomoto <[email protected]>
  687. * XmlSchema.cs : Read() now uses XmlSerializer.Deserialize().
  688. 2003-07-21 Atsushi Enomoto <[email protected]>
  689. * XmlSchema.cs, XmlSchemaElement.cs :
  690. added internal MissingElementTypeRefs and support for refering
  691. element's elementType.
  692. 2003-07-20 Atsushi Enomoto <[email protected]>
  693. * XmlSchema.cs : added support for collecting missing type references
  694. at compilation-time.
  695. * XmlSchemaType.cs, XmlSchemaComplexType.cs, XmlSchemaSimpleType.cs:
  696. - Renamed qName to QNameInternal.
  697. - Added BaseSchemaType and ContentTypeParticle support.
  698. 2003-07-19 Atsushi Enomoto <[email protected]>
  699. * XmlSchema.cs, XmlSchemaAll.cs, XmlSchemaAnnotated.cs,
  700. XmlSchemaAnnotation.cs, XmlSchemaAny.cs, XmlSchemaAnyAttribute.cs,
  701. XmlSchemaAttribute.cs, XmlSchemaAttributeGroup.cs,
  702. XmlSchemaAttributeGroupRef.cs, XmlSchemaChoice.cs,
  703. XmlSchemaComplexContent.cs, XmlSchemaComplexContentExtension.cs,
  704. XmlSchemaComplexContentRestriction.cs, XmlSchemaComplexType.cs,
  705. XmlSchemaElement.cs, XmlSchemaGroup.cs, XmlSchemaGroupRef.cs,
  706. XmlSchemaIdentityConstraint.cs, XmlSchemaImport.cs,
  707. XmlSchemaInclude.cs, XmlSchemaKey.cs, XmlSchemaKeyref.cs,
  708. XmlSchemaNotation.cs, XmlSchemaObject.cs, XmlSchemaRedefine.cs,
  709. XmlSchemaSequence.cs, XmlSchemaSimpleContent.cs,
  710. XmlSchemaSimpleContentExtension.cs,
  711. XmlSchemaSimpleContentRestriction.cs, XmlSchemaSimpleType.cs,
  712. XmlSchemaSimpleTypeList.cs, XmlSchemaSimpleTypeRestriction.cs,
  713. XmlSchemaSimpleTypeUnion.cs, XmlSchemaUnique.cs,
  714. XmlSchemaXPath.cs,
  715. As to Compile() and Validate(),
  716. - Added CompilationId and check it while compiling schema components.
  717. - Code refactory. Replaced literal xmlns with XmlSchema.Namespace
  718. - Replaced XmlSchemaInfo with compiling XmlSchema itself (XmlSchema
  719. also has PSVI components inside it, so passing itself seems enough).
  720. - Related to above change, IDCollection was moved to XmlSchema, and
  721. blockDefault/finalDefault/blockResolved/finalResolved resolution
  722. was changed to reference only to schema.BlockDefault/FinalDefault.
  723. - The similar change has done against XmlSchemaForm related stuff.
  724. - Changed compilation order of schema type definitions (it is
  725. workaround). First it compiles types, and then it compiles others.
  726. * XmlSchemaElement.cs : added ElementType PSVI contribution support.
  727. 2003-07-19 Atsushi Enomoto <[email protected]>
  728. * BuiltInDatatypes.cs, XmlSchemaDatatype.cs :
  729. Added decimal and its derived datatypes.
  730. Added abstract XsdAnySimpleType.
  731. 2003-07-15 Lluis Sanchez Gual <[email protected]>
  732. * BuiltInDatatype.cs,
  733. XmlSchemaDatatype.cs : added unsignedByte type support.
  734. 2003-07-14 Lluis Sanchez Gual <[email protected]>
  735. * XmlSchemaDatatype.cs: Fixed compiler warning.
  736. 2003-07-12 Atsushi Enomoto <[email protected]>
  737. * BuiltInDatatype.cs,
  738. XmlSchemaDatatype.cs : added NOTATION type support.
  739. 2003-07-06 Atsushi Enomoto <[email protected]>
  740. * added BuiltInDatatype.cs.
  741. * XmlSchemaDatatype.cs : [GetType()] added support for some
  742. built-in datatypes.
  743. 2003-05-05 Atsushi Enomoto <[email protected]>
  744. * XmlSchemaAnnotation.cs : It depended on incorrect ReadNode().
  745. 2003-02-19 Atsushi Enomoto <[email protected]>
  746. * XmlSchemaAnnotation.cs : expect the correct closing tag on <appinfo>
  747. and <documentation> elements. (patch by Peter Pentchev)
  748. * XmlSchemaObjectEnumerator.cs : cast properly to XmlSchemaObject
  749. instead of XmlSchema. (patch by Peter Pentchev)
  750. 2002-07-23 Duncan Mak <[email protected]>
  751. * XmlSchemaException.cs: Partiall implement the ISerializable
  752. methods. It's not clear now SourceSchemaObject should be deserialized.
  753. 2002-07-22 Tim Coleman <[email protected]>
  754. * XmlSchema.cs: Removed isCompiled which is defined as internal
  755. in XmlSchemaObject.
  756. 2002-06-18 Dwivedi, Ajay kumar <[email protected]>
  757. * XmlSchema: Started work on Validate methods
  758. 2002-06-18 Dwivedi, Ajay kumar <[email protected]>
  759. * XmlSchema: The Read and Write methods are no more [MonoTODO] :)
  760. * XmlSchemaAppInfo: Xml Markup is now being read.
  761. * XmlSchemaDocumentation: Xml Markup is now being read.
  762. * All: Unhandled attributes are being handled properly.
  763. * All: Reordered the properties in all cs files to match with MS
  764. Implementation. This was required since the order is importatnt
  765. for the XmlSerializer.
  766. 2002-06-14 Dwivedi, Ajay kumar <[email protected]>
  767. * General: Fixed a few more Bugs
  768. 2002-06-10 Dwivedi, Ajay kumar <[email protected]>
  769. * XmlSchemaReader: A Wrapper class around XmlReader with customized
  770. methods to suit reading a schema.
  771. * General: Implemented Read() method for the schema. There are only
  772. a few minor bugs remaining.
  773. 2002-05-25 Dwivedi, Ajay kumar <[email protected]>
  774. * BUGS.txt: New file to keep track of bugs
  775. * ALL: All classes are initialized exactly as in .NET except
  776. 1. inclusion of language attribute in schema
  777. 2. ComplexContent's Particle is initialized to null whereas .NET
  778. to some internal implementation. IMO Null is more appropriate
  779. * ALL: Changed the Compile methods to return the count of errors.
  780. * ALL: Complile methods are almost complete. Pass 1453 of 3061 tests.
  781. This number should shoot up if we write a parser to read the
  782. Schema instead of using reflection (which is slower too)
  783. 2002-05-04 Dwivedi, Ajay kumar <[email protected]>
  784. * XmlSchemaUtil.cs: New file added.
  785. * Parser.cs: New file Added. Unused at the moment.
  786. * XmlSchemaObjectCollection: Fixed GetEnumerator
  787. * General: Preprocessing for Attributes and SimpleTypes completed.
  788. 2002-04-26 Duncan Mak <[email protected]>
  789. * ValidationHandler.cs: New file.
  790. * XmlSchemaInfo.cs: New file.
  791. * *.cs: More updates from Ajay.
  792. 2002-03-27 Duncan Mak <[email protected]>
  793. * *.cs: Updates from Ajay Dwivedi <[email protected]>.