Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
add xsd:byte to the builtins list
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Lane committed Nov 22, 2011
1 parent c469014 commit b69ff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbvmomi/deserialization.rb
Expand Up @@ -15,7 +15,7 @@ class NewDeserializer
end

BUILTIN = Set.new %w(
xsd:string xsd:boolean xsd:short xsd:int xsd:long xsd:float xsd:dateTime xsd:base64Binary
xsd:string xsd:boolean xsd:byte xsd:short xsd:int xsd:long xsd:float xsd:dateTime xsd:base64Binary
KeyValue PropertyPath MethodName TypeName
)

Expand Down

0 comments on commit b69ff71

Please sign in to comment.