@@ -19,7 +19,6 @@ |
||
19 | 19 | * The following is an example of the Schema element: |
20 | 20 | * |
21 | 21 | * <Schema Alias="Model" Namespace="Test.Simple.Model" xmlns:edm="http://schemas.microsoft.com/ado/2009/11/edm" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> |
22 | - |
|
23 | 22 | * The following rules apply to the Schema element. |
24 | 23 | * - The CSDL document MUST have the Schema element as its root element. |
25 | 24 | * - The Namespace attribute is defined for each Schema element. Namespace is of type QualifiedName. A namespace is a |
@@ -30,7 +30,6 @@ |
||
30 | 30 | * by the related EntitySet. An End element can contain a maximum of one Documentation element. |
31 | 31 | * - End can contain any number of AnnotationElement elements. |
32 | 32 | * - The child elements of End are to appear in this sequence: Documentation, AnnotationElement. |
33 | - |
|
34 | 33 | * @see https://www.odata.org/documentation/odata-version-3-0/common-schema-definition-language-csdl/#csdl12.3.1 |
35 | 34 | */ |
36 | 35 | class End extends EdmBase |