Spaces:
Running
Running
Update verify2.py
Browse files- verify2.py +3 -1
verify2.py
CHANGED
|
@@ -78,7 +78,9 @@ The `EPackage` element has the following attributes:
|
|
| 78 |
Example:
|
| 79 |
|
| 80 |
```xml
|
| 81 |
-
<
|
|
|
|
|
|
|
| 82 |
|
| 83 |
</ecore:EPackage>
|
| 84 |
```
|
|
|
|
| 78 |
Example:
|
| 79 |
|
| 80 |
```xml
|
| 81 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
| 82 |
+
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 83 |
+
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://example.com/library" nsPrefix="lib">
|
| 84 |
|
| 85 |
</ecore:EPackage>
|
| 86 |
```
|