Skip to content

Commit 836aeb0

Browse files
committed
Support xsd:duration datatype
Fixes: #111.
1 parent c233d1d commit 836aeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/xsd/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ var staticTypes = map[string]staticType{
282282
"dateTime": "string",
283283
"date": "string",
284284
"base64Binary": "string",
285+
"duration": "string",
285286
"normalizedString": "string",
286287
"token": "string",
287288
"Name": "string",

0 commit comments

Comments
 (0)