Error while validating XML against XSD
问题 I got a simple XML file that I want to validate against an XSD. When I validate with some random validator, I always get the following error: Invalid content was found starting with element 'Entities'. One of '{Entities}' is expected. Here's the XML: <BusinessModel xmlns="http://schemas.testxyzxyz.de/xyz/BusinessModel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Entities> <Entity Name="Customer"> <Attribute Name="Forename" Type="String" /> <Attribute Name="Surname" Type="String" /