-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Using the attached XSD schema I get all values returned as strings, including those defined as xs:int or xs:date. This may have something to do with xs:restriction, although date conversion doesn't seem to work even w/o xs:restriction:
- Direct int (type="xs:int"): 42 ✅ integer
- Restricted int (<xs:restriction base="xs:int">): "99" ❌ string
- Direct date (type="xs:date"): "2023-01-01" ❌ string
- Restricted date (<xs:restriction base="xs:date">): "2023-12-25" ❌ string
Test files:
Metadata
Metadata
Assignees
Labels
No labels