Skip to content

Commit

Permalink
Implement xsd:time
Browse files Browse the repository at this point in the history
Fixes #63
  • Loading branch information
isimluk committed Apr 10, 2023
1 parent 5cd948e commit df6810d
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 df6810d

Please sign in to comment.