Skip to content

Commit

Permalink
Add unsignedLong and hexBinary static types
Browse files Browse the repository at this point in the history
  • Loading branch information
tealeg committed Sep 21, 2024
1 parent 28c2a86 commit 0d03d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/xsd/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,12 @@ var staticTypes = map[string]staticType{
"gDay": "string",
"gMonth": "string",
"time": "string",
"unsignedLong": "uint64",
"unsignedShort": "uint16",
"unsignedByte": "uint8",
"short": "int16",
"byte": "int8",
"hexBinary": "string",
}

func StaticType(name string) staticType {
Expand Down

0 comments on commit 0d03d0f

Please sign in to comment.