OData Schema Namespace
An OData metadata document is a machine-readable description of an OData service's data model, which developers read to understand the entity types, properties, and relationships exposed by the service. Developers use it to learn what data a service provides and how to construct valid requests against it. You can follow this tutorial to learn how to read OData metadata documents.