Skip to content

Commit

Permalink
Merge pull request #80 from isimluk/fix-63
Browse files Browse the repository at this point in the history
Implement xsd:time
  • Loading branch information
isimluk authored Apr 10, 2023
2 parents 9a0c6f5 + df6810d commit 753c310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/xsd/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,12 @@ var staticTypes = map[string]staticType{
"ID": "string",
"positiveInteger": "uint64",
"unsignedInt": "uint64",
"gYear": "string",
"gYearMonth": "string",
"gMonthDay": "string",
"gDay": "string",
"gMonth": "string",
"time": "string",
}

func StaticType(name string) staticType {
Expand Down

0 comments on commit 753c310

Please sign in to comment.