Skip to content

Commit c233d1d

Browse files
committed
Implement xsd:Name types
Fixes #115
1 parent 25ce001 commit c233d1d

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
@@ -284,6 +284,7 @@ var staticTypes = map[string]staticType{
284284
"base64Binary": "string",
285285
"normalizedString": "string",
286286
"token": "string",
287+
"Name": "string",
287288
"NCName": "string",
288289
"NMTOKENS": "string",
289290
"anySimpleType": "string",

0 commit comments

Comments
 (0)