Validation of IntermediateRepository.xsd

Imported from previous forum

Using the 2010 schemata (http://www.fixprotocol.org/repository-2010 [FIXRepository-2010-Edition_rel-20100620]) I notice some inconsistencies. When I load/ validate the schemata Files in Eclipse I’ve got following list of errors Cannot resolve the name 'Abbreviations_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 14 XML Schema Problem Cannot resolve the name 'Categories_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 70 XML Schema Problem Cannot resolve the name 'Components_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 21 XML Schema Problem Cannot resolve the name 'Datatypes_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 28 XML Schema Problem Cannot resolve the name 'Enums_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 42 XML Schema Problem Cannot resolve the name 'Fields_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 35 XML Schema Problem Cannot resolve the name 'MsgContents_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 49 XML Schema Problem Cannot resolve the name 'MsgType_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 56 XML Schema Problem Cannot resolve the name 'Sections_cs_t' to a(n) 'type definition' component. IntermediateRepository.xsd line 63 XML Schema Problem The reason is, that all type declarations are defined in a plural way, but within the belonging sub schemata (repositorytypes.xsd) the types are declared in a singular manner and couldn't be found. An example for Abbreviation(s)_cs_t: FixRepository.xsd .... repositorytypes.xsd .... This might be an error within the schemata Regards Jobst

Just saw this thread - will be glad when we get the discussion forums (especially Q&A) replatformed.

Entered this into Jira# RPOS-364