Commit 919e7db
committed
Fix: Allow empty text content in height element
Changed base type from xs:decimal to xs:string to support:
- <height value='50.0'/> (attribute only, empty content)
- <height value='50.0'>50.0</height> (both attribute and content)
ATAK uses attribute-only format which was failing validation.1 parent ed0edaf commit 919e7db
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments