Skip to content

Commit a16f852

Browse files
committed
odata-dd-4 minor amendments; odata-dd-5 new
1 parent 617b053 commit a16f852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/odata-dd-4-metadata/odata-dd-4-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [ software-product>sap-business-technology-platform, topic>cloud, programm
88
time: 30
99
---
1010

11-
# Learn how to read OData metadata
11+
# Learn how to read OData metadata documents
1212

1313
<!-- description --> Take a tour of a simple metadata document and get to know its key sections.
1414

@@ -91,7 +91,7 @@ It also contains, as children:
9191

9292
The primary area of interest to us in any metadata document is the content within the `DataServices` element, as that's [where the rubber meets the road](https://en.wiktionary.org/wiki/the_rubber_meets_the_road) with respect to what the OData service represents for us as architects or developers. But it helps if we are comfortable with the rest of the document, the "context" for the content of the `DataServices` element so to speak, if only to be able to mentally put it aside, move past it and get to what we're looking for.
9393

94-
So we will look briefly at namespaces in the next step. We'll look at OData vocabularies, and OData annotations for that matter, in subsequent tutorials.
94+
So we will look briefly at namespaces in the next step. We'll look at OData annotations & vocabularies in the next tutorial.
9595

9696
<!-- 4 -->
9797
### Understand the XML namespaces

0 commit comments

Comments
 (0)