Skip to content

Commit

Permalink
Update edmx.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jan 11, 2024
1 parent 04c477b commit cbe6cf2
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions schemas/edmx.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,10 @@
prose specification document take precedence.
-->
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"
xmlns:edm="http://docs.oasis-open.org/odata/ns/edm"
targetNamespace="http://docs.oasis-open.org/odata/ns/edmx"
>
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" xmlns:edm="http://docs.oasis-open.org/odata/ns/edm"
targetNamespace="http://docs.oasis-open.org/odata/ns/edmx">
<xs:annotation>
<xs:documentation xml:lang="en"> Entity Data Model Wrapper part of the Common Schema Definition
Language </xs:documentation>
<xs:documentation xml:lang="en">Entity Data Model Wrapper part of the Common Schema Definition Language</xs:documentation>
</xs:annotation>

<xs:import namespace="http://docs.oasis-open.org/odata/ns/edm" schemaLocation="edm.xsd" />
Expand Down

0 comments on commit cbe6cf2

Please sign in to comment.