I load an XmlSchema from a file and it has other schema in its schema.Includes.
For this included XmlSchema, the Elements and SchemaTypes properties are in length 0. However they should contain some element/types according to the actual schema. This included XmlSchema does have the elements and complex types in its Items property, so why not in the normal properties? The primary schema has everything ok.