Inconsistencies between NorthwindLib and Wizard-Generated Version
I'm seeing unexpected inconsistencies between the schema files of NorthwindLib and those generated by the Entity Data Model Wizard from NorthwindCTP.mdf.
SSDL: Wizard version has AssociationSets and Associations defined, NorthwindLib version doesn't.
CSDL: Wizard version is missing CustomerId Property of Orders EntityType; NorthwindLib version's Entitites have NavigationRoleProperties - Wizard's doesn't. Multiplicity attribute format differs. Wizard version is missing ConcurrencyMode="fixed" Property attribute.
MSL: Wizard version is missing CustomerID Property of Orders. All element tags and attribute names are qualified with p1; NorthwindLib attribute names are qualified with cdm (no big deal).
Which is the current/preferred version/style: Wizard-generated or NorthwindLib?
--rj

