RE: RE: element handling in schema

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Is this construct:
> 
>          $this->PartyId = 
> (object)array("_"=>$val,"type"=>"urn:xl2.org:IO5:01");
> 
> documented anywhere?

I think not.
Look into definition of "PartyId" element it is an extension of string with
attribute "type".
So '_' is base type (string) and "type" is an additional attribute.

> Is there (out of curiosity) anyway to handle 
> multiple attributes with the same local name that are in different 
> namespaces?

No way.

http://www.w3.org/TR/REC-xml-names/#uniqAttrs

Thanks. Dmitry.

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux