- or download this
<complexType name="HashMapBean">
<sequence>
...
<element name="keys" nillable="true" type="impl:ArrayOf_xsd_string
+"/>
</sequence>
</complexType>
- or download this
$VAR = bless( {
'keys' => bless( [
...
'555-1212'
], 'string')
}, 'HashMapBean' )
- or download this
String value expected instead of string reference