shippingServiceCost = $this->_query(".//$ns:shippingServiceCost[1]", 'float'); $this->shippingType = $this->_query(".//$ns:shippingType[1]", 'string'); $this->shipToLocations = $this->_query(".//$ns:shipToLocations", 'string', true); $this->_attributes['shippingServiceCost'] = array( 'currencyId' => $this->_query(".//$ns:shippingServiceCost[1]/@currencyId[1]", 'string') ); } }