Skip to content

Commit 8ef4df7

Browse files
committed
hexBinary XSD type should be considered as a PHP string type
1 parent 378e721 commit 8ef4df7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/resources/config/xsd_types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ xsd_types:
1919
gMonthDay: "int"
2020
gYear: "string"
2121
gYearMonth: "int"
22+
hexBinary: "string"
2223
int: "int"
2324
integer: "int"
2425
ID: "string"

tests/resources/xsd_types.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ xsd_types:
1919
gMonthDay: "int"
2020
gYear: "string"
2121
gYearMonth: "int"
22+
hexBinary: "string"
2223
int: "int"
2324
integer: "int"
2425
ID: "string"

0 commit comments

Comments
 (0)